forked from boostorg/concept_check
removed tabs
[SVN r7835]
This commit is contained in:
@@ -663,9 +663,9 @@ template <class T> void ignore_unused_variable_warning(const T&) { }
|
|||||||
REQUIRE(Sequence, DefaultConstructible);
|
REQUIRE(Sequence, DefaultConstructible);
|
||||||
|
|
||||||
Sequence
|
Sequence
|
||||||
c(n),
|
c(n),
|
||||||
c2(n, t),
|
c2(n, t),
|
||||||
c3(first, last);
|
c3(first, last);
|
||||||
|
|
||||||
c.insert(p, t);
|
c.insert(p, t);
|
||||||
c.insert(p, n, t);
|
c.insert(p, n, t);
|
||||||
@@ -827,9 +827,9 @@ template <class T> void ignore_unused_variable_warning(const T&) { }
|
|||||||
REQUIRE(SortedAssociativeContainer, ReversibleContainer);
|
REQUIRE(SortedAssociativeContainer, ReversibleContainer);
|
||||||
|
|
||||||
SortedAssociativeContainer
|
SortedAssociativeContainer
|
||||||
c(kc),
|
c(kc),
|
||||||
c2(first, last),
|
c2(first, last),
|
||||||
c3(first, last, kc);
|
c3(first, last, kc);
|
||||||
|
|
||||||
p = c.upper_bound(k);
|
p = c.upper_bound(k);
|
||||||
p = c.lower_bound(k);
|
p = c.lower_bound(k);
|
||||||
|
Reference in New Issue
Block a user