]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/graph/geodesic_distance.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / graph / geodesic_distance.hpp
index 0da9666b5d785746f05287926451a1ed67df3862..5675406a081aaf5c286029066a85ade86d241ab6 100644 (file)
@@ -27,8 +27,9 @@ struct mean_geodesic_measure
         BOOST_CONCEPT_ASSERT((VertexListGraphConcept< Graph >));
         BOOST_CONCEPT_ASSERT((NumericValueConcept< DistanceType >));
         BOOST_CONCEPT_ASSERT((NumericValueConcept< ResultType >));
-        BOOST_CONCEPT_ASSERT((AdaptableBinaryFunctionConcept< Divides,
-            ResultType, ResultType, ResultType >));
+//      NOTE: Disabled until this concept assert is fixed in Boost.ConceptCheck.
+//         BOOST_CONCEPT_ASSERT((AdaptableBinaryFunctionConcept< Divides,
+//             ResultType, ResultType, ResultType >));
 
         return (d == base_type::infinite_distance())
             ? base_type::infinite_result()