forked from boostorg/concept_check
fixed typo
[SVN r30860]
This commit is contained in:
@@ -57,7 +57,7 @@ enforce the associated types of the concept.
|
|||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
template <class Iter>
|
template <class Iter>
|
||||||
struct RandomAccessIterator_concept
|
struct RandomAccessIteratorConcept
|
||||||
{
|
{
|
||||||
void constraints() {
|
void constraints() {
|
||||||
function_requires< BidirectionalIteratorConcept<Iter> >();
|
function_requires< BidirectionalIteratorConcept<Iter> >();
|
||||||
|
Reference in New Issue
Block a user