mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-15 15:50:50 +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.