From 628289cb00b40f7c6750abaf98a7176bf4568d60 Mon Sep 17 00:00:00 2001 From: Jan Eisenhauer <44572464+JanEisenhauer@users.noreply.github.com> Date: Tue, 11 Jun 2019 11:51:28 +0200 Subject: [PATCH] Solve copy-paste errors. --- test/flat_map_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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},