Subject: [boost] Noexcept
From: Emil Dotchevski (emildotchevski_at_[hidden])
Date: 2017-06-12 08:22:12


The lively debates during the Outcome review show that there is a great
deal of interest in solving the problem of error handling in environments
where C++ exception handling is unavailable.

Noexcept is a new C++11 library that implements a different approach to
solving the same problem. Any feedback is welcome.

https://zajo.github.io/boost-noexcept/

Emil