mpark / variant

C++17 `std::variant` for C++11/14/17
https://mpark.github.io/variant
Boost Software License 1.0
659 stars 88 forks source link

Add variant_size and variant_size_v #10

Closed amaiorano closed 7 years ago

amaiorano commented 7 years ago

As specified by the standard for C++17

mpark commented 7 years ago

Thanks for the PR! I've completely overhauled the implementation, and have added variant_size_v in the process.

amaiorano commented 7 years ago

Nice! Thanks :)