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 anonymous, 6 years ago

Component: Documentationdate_time
Owner: changed from Matias Capeletto to az_sw_dude

comment:2 by James E. King, III, 5 years ago

Owner: changed from az_sw_dude to James E. King, III
Status: newassigned

comment:4 by James E. King, III, 5 years ago

Milestone: To Be DeterminedBoost 1.67.0

comment:5 by James E. King, III, 5 years ago

Resolution: fixed
Status: assignedclosed

Fix merged to master; resolved.

Note: See TracTickets for help on using tickets.