]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/system/test/system_category_test3.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / system / test / system_category_test3.cpp
index 30056397691d0411f4bcd1e0347fa6ab946fcdfb..cba915bae7d091b4d6efd5724833500598a5f7a9 100644 (file)
@@ -18,7 +18,9 @@ int main()
 
     // default_error_condition
     BOOST_TEST( cat.default_error_condition( 0 ) == sys::error_condition() );
-    BOOST_TEST( cat.default_error_condition( -1 ) == sys::error_condition( -1, cat ) );
+
+    // No longer holds; returns a generic condition
+    // BOOST_TEST( cat.default_error_condition( -1 ) == sys::error_condition( -1, cat ) );
 
 #if defined(BOOST_WINDOWS_API)