File indexing completed on 2025-01-18 09:30:35
0001 #ifndef GREGORIAN_HPP__
0002 #define GREGORIAN_HPP__
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018
0019 #include "boost/date_time/compiler_config.hpp"
0020 #include "boost/date_time/gregorian/gregorian_types.hpp"
0021 #include "boost/date_time/gregorian/conversion.hpp"
0022 #if defined(BOOST_DATE_TIME_INCLUDE_LIMITED_HEADERS)
0023 #include "boost/date_time/gregorian/formatters_limited.hpp"
0024 #else
0025 #include "boost/date_time/gregorian/formatters.hpp"
0026 #endif
0027
0028 #if defined(USE_DATE_TIME_PRE_1_33_FACET_IO)
0029 #include "boost/date_time/gregorian/greg_facet.hpp"
0030 #else
0031 #include "boost/date_time/gregorian/gregorian_io.hpp"
0032 #endif
0033
0034 #include "boost/date_time/gregorian/parsers.hpp"
0035
0036
0037
0038 #endif