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 2024. The current version is 1.90.0.
boost::log::unexpected_call — Exception class that is used to indicate invalid call sequence.
// In header: <boost/log/exceptions.hpp> class unexpected_call : public logic_error { public: // public member functions unexpected_call(); explicit unexpected_call(std::string const &); ~unexpected_call(); };