Opened 7 years ago
Closed 5 years ago
#12101 closed Bugs (fixed)
Wrong example for boost::gregorian::date:: is_pos_infinity
Reported by: | anonymous | Owned by: | James E. King, III |
---|---|---|---|
Milestone: | Boost 1.67.0 | Component: | date_time |
Version: | Boost 1.60.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
http://www.boost.org/doc/libs/1_60_0/doc/html/date_time/gregorian.html
bool is_pos_infinity() const Returns true if date is positive infinity
date d(neg_infin); should be positive infinity here d.is_pos_infinity(); --> true
Change History (5)
comment:1 by , 6 years ago
Component: | Documentation → date_time |
---|---|
Owner: | changed from | to
comment:2 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 5 years ago
comment:4 by , 5 years ago
Milestone: | To Be Determined → Boost 1.67.0 |
---|
comment:5 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fix merged to master; resolved.
Note:
See TracTickets
for help on using tickets.
https://github.com/boostorg/date_time/pull/65