fixed copy&paste error

This commit is contained in:
joaquintides 2023-02-24 08:59:45 +01:00
parent fadb686bc5
commit 719eb90d03

View File

@ -320,7 +320,7 @@ int main()
test<std_unordered_map>( "std::unordered_map" ); test<std_unordered_map>( "std::unordered_map" );
test<boost_unordered_map>( "boost::unordered_map" ); test<boost_unordered_map>( "boost::unordered_map" );
test<boost_unordered_flat_map>( "boost::unordered_node_map" ); test<boost_unordered_node_map>( "boost::unordered_node_map" );
test<boost_unordered_flat_map>( "boost::unordered_flat_map" ); test<boost_unordered_flat_map>( "boost::unordered_flat_map" );
#ifdef HAVE_ANKERL_UNORDERED_DENSE #ifdef HAVE_ANKERL_UNORDERED_DENSE