diff --git a/include/boost/concept_check.hpp b/include/boost/concept_check.hpp index 31568a5..94c551f 100644 --- a/include/boost/concept_check.hpp +++ b/include/boost/concept_check.hpp @@ -124,6 +124,9 @@ struct require_same { typedef T type; }; template <> struct SignedIntegerConcept { void constraints() {} }; template <> struct SignedIntegerConcept { void constraints() {} }; template <> struct SignedIntegerConcept { void constraints() {} }; +# if (defined(ULLONG_MAX) || defined(ULONG_LONG_MAX)) + template <> struct SignedIntegerConcept { void constraints() {} }; +# endif // etc. #endif