mpark / variant

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

Consider providing unsafe versions of `get`/`visit` #21

Closed mpark closed 6 years ago

mpark commented 7 years ago

This needs some perf tests to demonstrate their needs before introducing them.

mpark commented 6 years ago

https://github.com/mpark/variant/tree/unsafe