Fix 'occurred' in iostreams and unordered. Refs #6003

[SVN r76144]
This commit is contained in:
Daniel James
2011-12-24 19:00:08 +00:00
parent 6c09b89d0c
commit ac0a2fe6c9

View File

@ -38,7 +38,7 @@ namespace test
it = x1.begin(), end = x1.end();
BOOST_DEDUCED_TYPENAME X::size_type size = 0;
while(it != end) {
// First test that the current key has not occured before, required
// First test that the current key has not occurred before, required
// to test either that keys are unique or that equivalent keys are
// adjacent. (6.3.1/6)
key_type key = get_key<X>(*it);