]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/fusion/test/sequence/nest.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / fusion / test / sequence / nest.hpp
index 9743b1d400b65f7e57fefaa6874f20083611706e..76f3b4363e48d96321989e190816f14eb3cce1c5 100644 (file)
@@ -116,7 +116,7 @@ namespace test_detail
         bool operator()(Source const& source, Expected const& expected)
         {
             return
-                run< can_copy<T> >(source, expected);
+                run< can_copy<T> >(source, expected) &&
                 run< can_convert_using<can_copy>::to<T> >(source, expected) &&
                 run< can_construct_from_elements<T> >(source, expected);
         }