mirror of
https://github.com/boostorg/concept_check.git
synced 2025-08-03 22:44:43 +02:00
removed check from SignedInteger in InputIterator
[SVN r9723]
This commit is contained in:
@@ -455,7 +455,8 @@ struct require_same { typedef T type; };
|
||||
// require iterator_traits typedef's
|
||||
#ifndef BOOST_NO_STD_ITERATOR_TRAITS
|
||||
typedef typename std::iterator_traits<TT>::difference_type D;
|
||||
function_requires< SignedIntegerConcept<D> >();
|
||||
// Hmm, this is a bit fragile
|
||||
//function_requires< SignedIntegerConcept<D> >();
|
||||
typedef typename std::iterator_traits<TT>::reference R;
|
||||
typedef typename std::iterator_traits<TT>::pointer P;
|
||||
typedef typename std::iterator_traits<TT>::iterator_category C;
|
||||
|
Reference in New Issue
Block a user