constexpr icon indicating copy to clipboard operation
constexpr copied to clipboard

Please allow the code to be compiled with exceptions disabled.

Open JodiTheTigger opened this issue 8 years ago • 0 comments

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?

JodiTheTigger avatar May 09 '16 23:05 JodiTheTigger