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 version of Boost is under active development. You are currently in the master branch. The current version is 1.91.0.
boost::log::setup_error — Exception class that is used to indicate invalid library setup.
// In header: <boost/log/exceptions.hpp> class setup_error : public logic_error { public: // public member functions setup_error(); explicit setup_error(std::string const &); ~setup_error(); };