diff --git a/test/flat_map_test.cpp b/test/flat_map_test.cpp index e3c3347..ef1e3a4 100644 --- a/test/flat_map_test.cpp +++ b/test/flat_map_test.cpp @@ -581,7 +581,7 @@ struct with_lookup_by_first bool test_heterogeneous_lookup_by_partial_key() { - flat_map, with_lookup_by_first> const map1 + flat_map,int, with_lookup_by_first> const map1 { {{0, 1}, 3}, {{0, 2}, 3},