]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/callable_traits/is_invocable.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / callable_traits / is_invocable.hpp
index 892d8fb717144a0a9d219d71be402f22ba65cc23..fbba68f1c060d779ca0c4175c7a0b93344798c2a 100644 (file)
@@ -67,7 +67,7 @@ BOOST_CLBL_TRAITS_INLINE_VAR
 //->
 constexpr bool is_invocable_v = //see below
 //<-
-    detail::is_invocable_impl<detail::traits<T>, Args...>::type::value;
+    detail::is_invocable_impl<T, Args...>::type::value;
 //->
 
 // only available when variable templates are supported