From b5c87084afaef42b2d058f68091be31988a6a874 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:08:07 +0900 Subject: Imported Upstream version 1.64.0 Change-Id: Id9212edd016dd55f21172c427aa7894d1d24148b Signed-off-by: DongHun Kwak --- boost/date_time/date_names_put.hpp | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'boost/date_time/date_names_put.hpp') diff --git a/boost/date_time/date_names_put.hpp b/boost/date_time/date_names_put.hpp index e055fa8734..20da2d2ed0 100644 --- a/boost/date_time/date_names_put.hpp +++ b/boost/date_time/date_names_put.hpp @@ -10,14 +10,15 @@ */ -#include "boost/date_time/locale_config.hpp" // set BOOST_DATE_TIME_NO_LOCALE +#include // set BOOST_DATE_TIME_NO_LOCALE #ifndef BOOST_DATE_TIME_NO_LOCALE -#include "boost/date_time/special_defs.hpp" -#include "boost/date_time/date_defs.hpp" -#include "boost/date_time/parse_format_base.hpp" -#include "boost/lexical_cast.hpp" +#include +#include +#include +#include +#include #include @@ -39,7 +40,7 @@ namespace date_time { template > - class date_names_put : public std::locale::facet + class BOOST_SYMBOL_VISIBLE date_names_put : public std::locale::facet { public: date_names_put() {} @@ -208,7 +209,7 @@ namespace date_time { template > - class all_date_names_put : public date_names_put + class BOOST_SYMBOL_VISIBLE all_date_names_put : public date_names_put { public: all_date_names_put(const charT* const month_short_names[], -- cgit v1.2.3