From 719eb90d0360520b837bf931d46dc23490d305f6 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Fri, 24 Feb 2023 08:59:45 +0100 Subject: [PATCH] fixed copy&paste error --- benchmark/uint32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/uint32.cpp b/benchmark/uint32.cpp index 7b8edd25..7d9ece58 100644 --- a/benchmark/uint32.cpp +++ b/benchmark/uint32.cpp @@ -320,7 +320,7 @@ int main() test( "std::unordered_map" ); test( "boost::unordered_map" ); - test( "boost::unordered_node_map" ); + test( "boost::unordered_node_map" ); test( "boost::unordered_flat_map" ); #ifdef HAVE_ANKERL_UNORDERED_DENSE