diff options
Diffstat (limited to 'boost/date_time/date_facet.hpp')
-rw-r--r-- | boost/date_time/date_facet.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/date_time/date_facet.hpp b/boost/date_time/date_facet.hpp index c3574cc953..df7d53b6c9 100644 --- a/boost/date_time/date_facet.hpp +++ b/boost/date_time/date_facet.hpp @@ -46,7 +46,7 @@ namespace boost { namespace date_time { template <class date_type, class CharT, class OutItrT = std::ostreambuf_iterator<CharT, std::char_traits<CharT> > > - class date_facet : public std::locale::facet { + class BOOST_SYMBOL_VISIBLE date_facet : public std::locale::facet { public: typedef typename date_type::duration_type duration_type; // greg_weekday is gregorian_calendar::day_of_week_type @@ -408,7 +408,7 @@ namespace boost { namespace date_time { template <class date_type, class CharT, class InItrT = std::istreambuf_iterator<CharT, std::char_traits<CharT> > > - class date_input_facet : public std::locale::facet { + class BOOST_SYMBOL_VISIBLE date_input_facet : public std::locale::facet { public: typedef typename date_type::duration_type duration_type; // greg_weekday is gregorian_calendar::day_of_week_type |