summaryrefslogtreecommitdiff
path: root/boost/date_time/date.hpp
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2017-09-13 11:08:07 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2017-09-13 11:09:00 +0900
commitb5c87084afaef42b2d058f68091be31988a6a874 (patch)
treeadef9a65870a41181687e11d57fdf98e7629de3c /boost/date_time/date.hpp
parent34bd32e225e2a8a94104489b31c42e5801cc1f4a (diff)
downloadboost-b5c87084afaef42b2d058f68091be31988a6a874.tar.gz
boost-b5c87084afaef42b2d058f68091be31988a6a874.tar.bz2
boost-b5c87084afaef42b2d058f68091be31988a6a874.zip
Imported Upstream version 1.64.0upstream/1.64.0
Change-Id: Id9212edd016dd55f21172c427aa7894d1d24148b Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'boost/date_time/date.hpp')
-rw-r--r--boost/date_time/date.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/boost/date_time/date.hpp b/boost/date_time/date.hpp
index b38db220d5..18333fd3ff 100644
--- a/boost/date_time/date.hpp
+++ b/boost/date_time/date.hpp
@@ -10,6 +10,7 @@
*/
#include <boost/operators.hpp>
+#include <boost/date_time/compiler_config.hpp>
#include <boost/date_time/year_month_day.hpp>
#include <boost/date_time/special_defs.hpp>
@@ -50,7 +51,7 @@ namespace date_time {
template<class T, class calendar, class duration_type_>
- class date : private
+ class BOOST_SYMBOL_VISIBLE date : private
boost::less_than_comparable<T
, boost::equality_comparable<T
> >