diff --git a/include/boost/concept_check.hpp b/include/boost/concept_check.hpp index 94c551f..86e9dd4 100644 --- a/include/boost/concept_check.hpp +++ b/include/boost/concept_check.hpp @@ -429,9 +429,6 @@ struct require_same { typedef T type; }; function_requires< AssignableConcept >(); function_requires< DefaultConstructibleConcept >(); function_requires< EqualityComparableConcept >(); -#ifndef BOOST_NO_STD_ITERATOR_TRAITS - typedef typename std::iterator_traits::value_type V; -#endif (void)*i; // require dereference operator } TT i;