]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/serialization/performance/performance_codecvt_null.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / serialization / performance / performance_codecvt_null.cpp
index 70dd573ee75d9573694f70b9708a7055aacf99d8..f4e9e53fa94f85e1473e40947f7bbd25dc7c2cbd 100644 (file)
@@ -83,7 +83,7 @@ int test_main( int /* argc */, char* /* argv */[] ) {
         ofs.open(testfile, std::ios::binary);
         std::copy(
             td::wchar_encoding,
-            #if ! defined(__BORLANDC__)
+            #if ! defined(BOOST_BORLANDC)
                 // borland 5.60 complains about this
                 td::wchar_encoding + sizeof(td::wchar_encoding)/sizeof(wchar_t),
             #else
@@ -100,7 +100,7 @@ int test_main( int /* argc */, char* /* argv */[] ) {
         ifs.open(testfile, std::ios::binary);
         ok = std::equal(
             td::wchar_encoding,
-            #if ! defined(__BORLANDC__)
+            #if ! defined(BOOST_BORLANDC)
                 // borland 5.60 complains about this
                 td::wchar_encoding + sizeof(td::wchar_encoding)/sizeof(wchar_t),
             #else