From c16bd14416655101cd5e0fc0312b474271ad6470 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 2 Mar 2017 14:49:54 -0800 Subject: [core] Prefer std::map to std::unordered_map for smaller binary size --- test/tile/vector_tile.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/tile') diff --git a/test/tile/vector_tile.test.cpp b/test/tile/vector_tile.test.cpp index 49fdcbd9f8..859fd417b0 100644 --- a/test/tile/vector_tile.test.cpp +++ b/test/tile/vector_tile.test.cpp @@ -61,7 +61,7 @@ TEST(VectorTile, Issue7615) { style::SymbolLayer symbolLayer("symbol", "source"); auto symbolBucket = std::make_shared( style::SymbolLayoutProperties::Evaluated(), - std::unordered_map< + std::map< std::string, std::pair>(), 0.0f, false, false); -- cgit v1.2.1