]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/iostreams/test/detail/utf8_codecvt_facet.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / iostreams / test / detail / utf8_codecvt_facet.cpp
index 1e543d6063303d620c79869ed9fb0bc1b9e64919..f2022e1007474bd9b482404b48b78239ebf9566f 100644 (file)
@@ -28,7 +28,7 @@
 #include <boost/detail/workaround.hpp>
 #include "./utf8_codecvt_facet.hpp"
 
-#if BOOST_WORKAROUND(__BORLANDC__, <= 0x600)
+#if BOOST_WORKAROUND(BOOST_BORLANDC, <= 0x600)
 # pragma warn -sig // Conversion may lose significant digits
 # pragma warn -rng // Constant is out of range in comparison
 #endif