boostorg / container

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

remove dynamic exception specification #68

Closed DanielaE closed 6 years ago

DanielaE commented 6 years ago

They're no longer allowed in C++17, they were deprecated in C++11, and they were considered bad practice even before by most people. It's use causes a compile error in CI.

Signed-off-by: Daniela Engert dani@ngrt.de