msgpack/msgpack-c

Could it be possible to support "fno-exceptions" compile option?

rarest opened this issue · 1 comments

What should I do if i want to use msgpack-c++ version in "fno-exceptions" compile environment, please give me some suggestions. Thanks!

msgpack-c (C++) uses exceptions.
I guess that you would get compile errors like "error: cannot use 'throw' with exceptions disabled".