1 #ifndef DATE_TIME_GREG_YMD_HPP__
2 #define DATE_TIME_GREG_YMD_HPP__
4 /* Copyright (c) 2002,2003 CrystalClear Software, Inc.
5 * Use, modification and distribution is subject to the
6 * Boost Software License, Version 1.0. (See accompanying
7 * file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
12 #include "boost/date_time/year_month_day.hpp"
13 #include "boost/date_time/special_defs.hpp"
14 #include "boost/date_time/gregorian/greg_day.hpp"
15 #include "boost/date_time/gregorian/greg_year.hpp"
16 #include "boost/date_time/gregorian/greg_month.hpp"
21 typedef date_time::year_month_day_base
<greg_year
,
23 greg_day
> greg_year_month_day
;
27 } } //namespace gregorian