#3015 closed Bugs (fixed)
Circular includes in data_time library.
Reported by: | Owned by: | az_sw_dude | |
---|---|---|---|
Milestone: | Boost 1.40.0 | Component: | date_time |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
Files <boost/date_time/gregorian/gregorian_io.hpp> and <boost/date_time/gregorian/conversion.hpp> includes each other.
Boost 1.39
source:/tags/release/Boost_1_39_0/boost/date_time/gregorian/gregorian_io.hpp#L22:
#include <boost/date_time/gregorian/conversion.hpp> // to_tm will be needed in the facets
source:/tags/release/Boost_1_39_0/boost/date_time/gregorian/conversion.hpp#L25:
# include <boost/date_time/gregorian/gregorian_io.hpp>
Change History (3)
comment:1 by , 13 years ago
Version: | Boost Release Branch → Boost Development Trunk |
---|
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [53625]) Fixes #3015.