mirror of
https://github.com/boostorg/concept_check.git
synced 2025-07-31 13:07:33 +02:00
fixed typo in RandomAccessContainerConcept
[SVN r10910]
This commit is contained in:
@@ -712,7 +712,7 @@ struct require_same { typedef T type; };
|
||||
|
||||
const_constraints(c);
|
||||
}
|
||||
void const_constraits(const RandomAccessContainer& c) {
|
||||
void const_constraints(const RandomAccessContainer& c) {
|
||||
const_reference r = c[n];
|
||||
ignore_unused_variable_warning(r);
|
||||
}
|
||||
|
Reference in New Issue
Block a user