]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/regex/example/snippets/regex_token_iterator_eg_1.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / regex / example / snippets / regex_token_iterator_eg_1.cpp
index f1ecb44de6b519ec6d3e690e45bebcd28df2ea02..74fcbf1a9ca256dd2cf19fdfb6227f18e5892b69 100644 (file)
@@ -23,7 +23,7 @@
 using namespace std;
 
 
-#if defined(BOOST_MSVC) || (defined(__BORLANDC__) && (__BORLANDC__ == 0x550))
+#if defined(BOOST_MSVC) || (defined(BOOST_BORLANDC) && (BOOST_BORLANDC == 0x550))
 //
 // problem with std::getline under MSVC6sp3
 istream& getline(istream& is, std::string& s)