etl icon indicating copy to clipboard operation
etl copied to clipboard

etl::variant_pool should support C++17 variadic parameters

Open pwsoftwaredesigns opened this issue 2 years ago • 0 comments

In the same way etl::variant supports variadic parameters past C++17, the code for etl::variant_pool should be modified to support unlimited types (rather than only 16) if the C++ version supports it.

pwsoftwaredesigns avatar Dec 13 '23 17:12 pwsoftwaredesigns