mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 03:17:15 +02:00
Iostreams: Merge spelling fix.
[SVN r76787]
This commit is contained in:
@ -38,7 +38,7 @@ namespace test
|
|||||||
it = x1.begin(), end = x1.end();
|
it = x1.begin(), end = x1.end();
|
||||||
BOOST_DEDUCED_TYPENAME X::size_type size = 0;
|
BOOST_DEDUCED_TYPENAME X::size_type size = 0;
|
||||||
while(it != end) {
|
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
|
// to test either that keys are unique or that equivalent keys are
|
||||||
// adjacent. (6.3.1/6)
|
// adjacent. (6.3.1/6)
|
||||||
key_type key = get_key<X>(*it);
|
key_type key = get_key<X>(*it);
|
||||||
|
Reference in New Issue
Block a user