Home | Libraries | People | FAQ | More |
boost::gregorian::bad_weekday — Exception that flags that a weekday number is incorrect.
// In header: <boost/date_time/gregorian/greg_weekday.hpp> struct bad_weekday : public std::out_of_range { // construct/copy/destruct bad_weekday(); };