Could it be possible to support "fno-exceptions" compile option?
rarest opened this issue · 1 comments
rarest commented
What should I do if i want to use msgpack-c++ version in "fno-exceptions" compile environment, please give me some suggestions. Thanks!
redboltz commented
msgpack-c (C++) uses exceptions.
I guess that you would get compile errors like "error: cannot use 'throw' with exceptions disabled".