diff --git a/include/boost/type_traits/detail/is_likely_lambda.hpp b/include/boost/type_traits/detail/is_likely_lambda.hpp index 11ef8ea..b5b4a48 100644 --- a/include/boost/type_traits/detail/is_likely_lambda.hpp +++ b/include/boost/type_traits/detail/is_likely_lambda.hpp @@ -79,16 +79,14 @@ struct is_likely_stateless_lambda< } /* namespace boost */ #else - -#include // - // Can't implement this, but for some reason msvc detects lambda types as incomplete and we can use that here as a poor man's proxy: + // Can't implement this: // namespace boost { namespace type_traits_detail { template - struct is_likely_stateless_lambda : public boost::integral_constant::value> {}; + struct is_likely_stateless_lambda : public boost::integral_constant {}; }} #endif