Opened 8 years ago
#10627 new Bugs
Regression in xmldoc/ex_month_add.xml
Reported by: | Owned by: | az_sw_dude | |
---|---|---|---|
Milestone: | To Be Determined | Component: | date_time |
Version: | Boost 1.56.0 | Severity: | Regression |
Keywords: | date_time, ex_month_add.xml, add_month, regression, r29259, 1.33.0, 351d9fcacfa5962886314ec991d6d5c9ac2080da | Cc: |
Description
xmldoc/ex_month_add.xml example is incomplete.
error: 'add_month' was not declared in this scope add_month mf(1); ^
I think that this regression due to accidental removal of
typedef boost::date_time::month_functor<date> add_month;
in this [29259] changeset
Note:
See TracTickets
for help on using tickets.