msgpack-c
msgpack-c copied to clipboard
Could it be possible to support "fno-exceptions" compile option?
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".