etl
etl copied to clipboard
etl::variant_pool should support C++17 variadic parameters
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.