We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f19243e commit 3e1830dCopy full SHA for 3e1830d
1 file changed
include/msgpack/assert.hpp
@@ -23,7 +23,7 @@
23
24
#endif // defined(MSGPACK_NO_BOOST)
25
26
-#ifdef __wasm__
+#ifdef NO_EXCEPTIONS
27
struct AbortStream {
28
void operator<< [[noreturn]] (const auto& error) {
29
info(error.what());
0 commit comments