...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::conversion_error — Exception class that is used to indicate conversion errors.
// In header: <boost/log/exceptions.hpp> class conversion_error : public runtime_error { public: // public member functions conversion_error(); explicit conversion_error(std::string const &); ~conversion_error(); };