Opened 9 years ago
Closed 9 years ago
#8938 closed Bugs (duplicate)
shared_ptr to bool is no longer allowed.
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Milestone: | To Be Determined | Component: | None |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | Cc: |
Description
GCC 4.8.1
/boost/boost-1.54.0/include/boost/date_time/local_time/custom_time_zone.hpp:67:30: error: cannot convert 'const boost::shared_ptr<boost::date_time::dst_day_calc_rule<boost::gregorian::date> >' to 'bool' in return
return (dst_calc_rules_); if calc_rule is set the tz has dst
Note:
See TracTickets
for help on using tickets.
This is a duplicate of #8739, has been fixed on trunk and in release, and will be part of the 1.55.0 release.