martinmoene / variant-lite

variant lite - A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library
Boost Software License 1.0
239 stars 25 forks source link

Increase the number of the variant parameters from 7 to 16 #8

Closed flexferrum closed 6 years ago

flexferrum commented 6 years ago

Increase the number of the 'variant' parameters from 7 to 16, and provide jinja2-based template (and python script) for generate variant-light implementation for any (specified) number of params.

martinmoene commented 6 years ago

Thanks @flexferrum !