Solve copy-paste errors.

This commit is contained in:
Jan Eisenhauer
2019-06-11 11:51:28 +02:00
parent a6b6f97a50
commit 628289cb00

View File

@@ -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},