diff --git a/include/boost/concept_check.hpp b/include/boost/concept_check.hpp index d18ba56..4ac5ee6 100644 --- a/include/boost/concept_check.hpp +++ b/include/boost/concept_check.hpp @@ -179,7 +179,7 @@ struct require_same { typedef T type; }; template <> struct SignedIntegerConcept { void constraints() {} }; template <> struct SignedIntegerConcept { void constraints() {} }; # if defined(BOOST_HAS_LONG_LONG) - template <> struct SignedIntegerConcept { void constraints() {} }; + template <> struct SignedIntegerConcept< ::boost::long_long_type> { void constraints() {} }; # endif // etc. #endif