]> git.lyx.org Git - features.git/blobdiff - boost/boost/regex/v4/cpp_regex_traits.hpp
update to boost 1.34
[features.git] / boost / boost / regex / v4 / cpp_regex_traits.hpp
index 6ba599a41a3a3f40e01e15e013047284edd1eccc..bbe5c5085ef47c208364e1d519b5879e30301d31 100644 (file)
@@ -562,7 +562,7 @@ typename cpp_regex_traits_implementation<charT>::string_type
       // std::collate<wchar_t>::transform returns a different string!
       // So as a workaround, we'll truncate the string at the first NULL
       // which _seems_ to work....
-#if BOOST_WORKAROUND(__BORLANDC__, < 0x600)
+#if BOOST_WORKAROUND(__BORLANDC__, < 0x580)
       result.erase(result.find(charT(0)));
 #else
       //