]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/date_time/compiler_config.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / date_time / compiler_config.hpp
index 5dfb863f14194de6c1fbeec4b46f861328144677..1faa2e823207aa14010abc85ff36418161a6b59f 100644 (file)
 #include <boost/config.hpp>
 #include <boost/detail/workaround.hpp>
 
-// With boost release 1.33, date_time will be using a different,
-// more flexible, IO system. This new system is not compatible with
-// old compilers. The original date_time IO system remains for those
-// compilers. They must define this macro to use the legacy IO.
-//     (defined(__BORLANDC__) && (__BORLANDC__ <= 0x0581) ) )   &&
- #if(  BOOST_WORKAROUND( __BORLANDC__, BOOST_TESTED_AT(0x581) ) \
-    || BOOST_WORKAROUND( __GNUC__, < 3)                         \
-    || (BOOST_WORKAROUND( _MSC_VER, <= 1300) )                  \
-    )                                                           \
-    && !defined(USE_DATE_TIME_PRE_1_33_FACET_IO)
-# define USE_DATE_TIME_PRE_1_33_FACET_IO
-#endif
-
 
 // This file performs some local compiler configurations