]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/type_traits/has_greater.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / boost / type_traits / has_greater.hpp
index 32e0a124040ac86123a55e84242820605132228b..1a9fda6f32611a9602f3eab7ea5e6dc33538b4cc 100644 (file)
@@ -36,6 +36,9 @@
                ::boost::is_void< Rhs_noptr >::value\
             )\
          )\
+      ) || \
+      (\
+         ::boost::type_traits_detail::is_likely_stateless_lambda<Lhs_noref>::value\
       )\
    )