Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#3015 closed Bugs (fixed)

Circular includes in data_time library.

Reported by: sergey.shandar@… 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 anonymous, 13 years ago

Version: Boost Release BranchBoost Development Trunk

comment:2 by Andrey Semashev, 13 years ago

Resolution: fixed
Status: newclosed

(In [53625]) Fixes #3015.

comment:3 by Andrey Semashev, 13 years ago

(In [53679]) Fixes #3015.

Note: See TracTickets for help on using tickets.