mirror of
https://github.com/boostorg/unordered.git
synced 2025-05-09 15:13:59 +00:00
fixed copy&paste error
This commit is contained in:
parent
fadb686bc5
commit
719eb90d03
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user