]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/optional/test/optional_test_msvc_bug_workaround.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / optional / test / optional_test_msvc_bug_workaround.cpp
index 30f3b02f0073ac9186c3838a8fcfc5c11903c0c7..126e8850b7ace52ae26e394b2802652edd99e991 100644 (file)
@@ -12,7 +12,7 @@
 #define BOOST_OPTIONAL_CONFIG_NO_RVALUE_REFERENCES
 #include "boost/optional/optional.hpp"
 
-#ifdef __BORLANDC__
+#ifdef BOOST_BORLANDC
 #pragma hdrstop
 #endif