diff --git a/include/boost/system/result.hpp b/include/boost/system/result.hpp index c9b1b06..c587094 100644 --- a/include/boost/system/result.hpp +++ b/include/boost/system/result.hpp @@ -897,7 +897,7 @@ template struct is_value_convertible_to: std::is_convertible struct is_value_convertible_to: std::integral_constant::value && - std::is_convertible*, U*>::value> + std::is_convertible::type*, U*>::value> { };