constexpr
constexpr copied to clipboard
Please allow the code to be compiled with exceptions disabled.
I build with -fno-rtti -fno-exceptions
so the code fails to build due to various run-time exceptions been thrown in your code. Care to make exception support optional?