cmdline icon indicating copy to clipboard operation
cmdline copied to clipboard

Using variadic templates for more than dozen parameters with #oneof

Open nikezono opened this issue 7 years ago • 0 comments

In the current implementation, #oneof cannot accepts more than 10 arguments. Using variadic templates of C++11 can solve this problem.

nikezono avatar May 06 '17 07:05 nikezono