forked from boostorg/container
Solve copy-paste errors.
This commit is contained in:
@@ -581,7 +581,7 @@ struct with_lookup_by_first
|
||||
|
||||
bool test_heterogeneous_lookup_by_partial_key()
|
||||
{
|
||||
flat_map<std::pair<int, int>, with_lookup_by_first> const map1
|
||||
flat_map<std::pair<int, int>,int, with_lookup_by_first> const map1
|
||||
{
|
||||
{{0, 1}, 3},
|
||||
{{0, 2}, 3},
|
||||
|
Reference in New Issue
Block a user