eggs-cpp / variant

Eggs.Variant is a C++11/14/17 generic, type-safe, discriminated union.
http://eggs-cpp.github.io/variant/
Boost Software License 1.0
138 stars 27 forks source link

Require C++14. closes #17 #18

Closed jbcoe closed 8 years ago

jbcoe commented 8 years ago

This fixes the constexpr-related compilation errors (C++14 is needed, C++11 does not suffice).

An alternative fix would be to add c++ version number fixes to the source as macros.

K-ballo commented 8 years ago

This is not an option, a lot of work goes into gracefully supporting C++11. If you have found a bug when trying to build with it, please report it.