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);
Sequence
c(n),
c2(n, t),
c3(first, last);
c(n),
c2(n, t),
c3(first, last);
c.insert(p, t);
c.insert(p, n, t);
@@ -827,9 +827,9 @@ template <class T> void ignore_unused_variable_warning(const T&) { }
REQUIRE(SortedAssociativeContainer, ReversibleContainer);
SortedAssociativeContainer
c(kc),
c2(first, last),
c3(first, last, kc);
c(kc),
c2(first, last),
c3(first, last, kc);
p = c.upper_bound(k);
p = c.lower_bound(k);