]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/xpressive/test/test_actions.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / xpressive / test / test_actions.cpp
index 44b443b568cfa820b1bb53aa11e49e62bcd8c334..c85e26c5db10394f36847f1332a7bedaa51c6543 100644 (file)
@@ -229,6 +229,7 @@ void test5()
 //  Test as<>() with wide strings. Bug #4496.
 void test6()
 {
+#if !defined(BOOST_XPRESSIVE_NO_WREGEX)
     using namespace boost::xpressive;
 
     std::wstring version(L"0.9.500");
@@ -244,6 +245,7 @@ void test6()
     BOOST_CHECK_EQUAL(maj1.get(), 0);
     BOOST_CHECK_EQUAL(min1.get(), 9);
     BOOST_CHECK_EQUAL(build1.get(), 500);
+#endif
 }
 
 ///////////////////////////////////////////////////////////////////////////////