...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::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(); };