...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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: // public member functions limitation_error(); explicit limitation_error(std::string const &); ~limitation_error(); };