boostorg / container

STL-like containers from Boost
http://www.boost.org/libs/container/
Boost Software License 1.0
100 stars 116 forks source link

Fix -Wmissing-noreturn clang warnings #104

Closed MarcelRaad closed 5 years ago

MarcelRaad commented 5 years ago

Mark functions only throwing exceptions or calling std::abort with BOOST_NORETURN.