#include <cstdlib>
#include <boost/config.hpp>
#include <boost/detail/workaround.hpp>
#include <boost/date_time/locale_config.hpp>
#include <boost/cstdint.hpp>
#include <boost/config/auto_link.hpp>
Macros | |
#define | BOOST_DATE_TIME_OPTIONAL_GREGORIAN_TYPES |
#define | INT64_C(value) int64_t(value) |
#define | BOOST_DATE_TIME_UNREACHABLE_EXPRESSION(x) std::abort() |
#define | BOOST_DATE_TIME_DECL |
#define | BOOST_LIB_NAME boost_date_time |
#define BOOST_DATE_TIME_DECL |
#define BOOST_DATE_TIME_OPTIONAL_GREGORIAN_TYPES |
#define BOOST_DATE_TIME_UNREACHABLE_EXPRESSION | ( | x | ) | std::abort() |
Referenced by boost::date_time::time_input_facet< time_type, CharT, InItrT >::check_special_value(), boost::date_time::date_input_facet< time_type::date_type, CharT, InItrT >::get(), boost::date_time::date_generator_parser< time_type::date_type, CharT >::get_nth_kday_type(), boost::date_time::static_local_time_adjustor< time_type, dst_rules, utc_offset_rules >::local_to_utc_offset(), boost::date_time::c_local_adjustor< time_type >::utc_to_local(), and boost::date_time::static_local_time_adjustor< time_type, dst_rules, utc_offset_rules >::utc_to_local_offset().
#define BOOST_LIB_NAME boost_date_time |
#define INT64_C | ( | value | ) | int64_t(value) |