mirror of
https://github.com/boostorg/container.git
synced 2026-07-09 00:30:55 +02:00
f7409fd6ed
BOOST_NORETURN is missing for the interface of the throwning methods when BOOST_CONTAINER_USER_DEFINED_THROW_CALLBACKS is defined. Without them you can get a `'noreturn' function does return` warning from g++ at `boost/container/static_vector.hpp:46:4`.