]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/iostreams/detail/forward.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / iostreams / detail / forward.hpp
index f5ed4f85dc986f7ad7771e7af09f1ec626063ac8..4e78f1e364cebf384df2dcf02188d651436b57ec 100644 (file)
 // Disable forwarding constructors if first parameter type is the same
 // as the device type
 #if !defined(BOOST_NO_SFINAE) && \
-    !BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x592))
+    !BOOST_WORKAROUND(BOOST_BORLANDC, BOOST_TESTED_AT(0x592))
 # define BOOST_IOSTREAMS_DISABLE_IF_SAME(device, param) \
     , typename boost::disable_if< boost::is_same<device, param> >::type* = 0 \
     /**/