Closed jbcoe closed 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.
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.
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.