[Boost-bugs] [Boost C++ Libraries] #3015: Circular includes in data_time library.

Subject: [Boost-bugs] [Boost C++ Libraries] #3015: Circular includes in data_time library.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-05-11 01:12:11


#3015: Circular includes in data_time library.
--------------------------------------+-------------------------------------
 Reporter: sergey.shandar_at_[hidden] | Owner: az_sw_dude
     Type: Bugs | Status: new
Milestone: Boost 1.40.0 | Component: date_time
  Version: Boost Release Branch | Severity: Problem
 Keywords: |
--------------------------------------+-------------------------------------
 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:
 {{{
 #!cpp
 #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:
 {{{
 #!cpp
 # include <boost/date_time/gregorian/gregorian_io.hpp>
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3015>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:00 UTC