id summary reporter owner description type status milestone component version severity resolution keywords cc 12074 Incorrect example in documentation for boost::gregorian::date::day_of_week() micol972@… James E. King, III "The documentation (http://www.boost.org/doc/libs/1_60_0/doc/html/date_time/gregorian.html#date_time.gregorian.date_class) offers this example: {{{ greg_day_of_week day_of_week() const }}} Get the day of the week (Sunday, Monday, etc.) {{{ date d(2002,Jan,10); d.day(); // --> Thursday }}} I would expect the last line to say d.day_of_week() instead of d.day(). " Bugs closed Boost 1.67.0 date_time Boost 1.60.0 Cosmetic fixed