msgpack-c icon indicating copy to clipboard operation
msgpack-c copied to clipboard

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

Open rarest opened this issue 3 years ago • 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!

rarest avatar Nov 28 '22 12:11 rarest

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

redboltz avatar Nov 29 '22 01:11 redboltz