removed tabs

[SVN r7835]
This commit is contained in:
Jeremy Siek
2000-09-25 21:19:29 +00:00
parent a1556cb648
commit 0fd9a361dc

View File

@@ -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);