mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-20 10:00:51 +00:00
Before C++17, throw() was equivalent to wrapping the function in a try {} catch { std::unexpected(); }. In C++17 throw() was made equivalent to noexcept and in C++20 throw() was removed.