cmdline
cmdline copied to clipboard
Using variadic templates for more than dozen parameters with #oneof
In the current implementation, #oneof
cannot accepts more than 10 arguments.
Using variadic templates of C++11 can solve this problem.