Subject: [Boost-bugs] [Boost C++ Libraries] #2688: missing include for date_defs.hpp in filetime_functions.hpp, trivial fix, patch included
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-01-28 06:05:25
#2688: missing include for date_defs.hpp in filetime_functions.hpp, trivial fix,
patch included
-------------------------------------+--------------------------------------
Reporter: anonymous | Owner: az_sw_dude
Type: Bugs | Status: new
Milestone: Boost 1.38.0 | Component: date_time
Version: Boost Development Trunk | Severity: Problem
Keywords: |
-------------------------------------+--------------------------------------
When building boost with the latest mingw gcc from
http://www.tdragon.net/recentgcc/ (4.3.2) I get an error about "Jan" not
being defined for its use on line 163 of filetime_functions.hpp
163: date_type d = date_type(1601, Jan, 01) + dd;
Adding an include #include <boost/date_time/date_defs.hpp> fixes this.
Patch is included
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/2688> 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:49:59 UTC