Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2022. The current version is 1.89.0.
boost::log::limitation_error — Exception class that is used to indicate library limitation.
// In header: <boost/log/exceptions.hpp> class limitation_error : public logic_error { public: // construct/copy/destruct limitation_error(); explicit limitation_error(std::string const &); ~limitation_error(); };