We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492d78f commit fa91cddCopy full SHA for fa91cdd
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