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::date_time::data_not_accessible — Exception thrown when tz database cannot locate requested data file.
// In header: <boost/date_time/tz_db_base.hpp> class data_not_accessible : public std::logic_error { public: // public member functions data_not_accessible(); data_not_accessible(const std::string &); };