Skip to content

Commit 3e1830d

Browse files
committed
update for new no-exception markers
1 parent f19243e commit 3e1830d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/msgpack/assert.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#endif // defined(MSGPACK_NO_BOOST)
2525

26-
#ifdef __wasm__
26+
#ifdef NO_EXCEPTIONS
2727
struct AbortStream {
2828
void operator<< [[noreturn]] (const auto& error) {
2929
info(error.what());

0 commit comments

Comments
 (0)