Skip to content

WIP: C++ multiton

Simon Perkins requested to merge g-simonperkins/ducc:multiton into auto_choice

Did this mostly because:

Notes

  • Needs C++17 (which ducc0 supports \o/)
  • Assembled from stackoverflow
  • Some copies of the Arg... pack which could be problematic in the case of non-copyable args.
  • Currently a .cpp file but could easily be converted to a header
Edited by Simon Perkins

Merge request reports