summaryrefslogtreecommitdiff
path: root/boost/date_time/date_names_put.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/date_time/date_names_put.hpp')
-rw-r--r--boost/date_time/date_names_put.hpp15
1 files changed, 8 insertions, 7 deletions
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 <boost/date_time/locale_config.hpp> // 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 <boost/date_time/compiler_config.hpp>
+#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 <locale>
@@ -39,7 +40,7 @@ namespace date_time {
template<class Config,
class charT = char,
class OutputIterator = std::ostreambuf_iterator<charT> >
- 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 Config,
class charT = char,
class OutputIterator = std::ostreambuf_iterator<charT> >
- class all_date_names_put : public date_names_put<Config, charT, OutputIterator>
+ class BOOST_SYMBOL_VISIBLE all_date_names_put : public date_names_put<Config, charT, OutputIterator>
{
public:
all_date_names_put(const charT* const month_short_names[],