This commit is contained in:
Siarhei Fedartsou 2024-07-10 21:15:26 +02:00
parent 6faf3ea4a5
commit ab018a6da8

View File

@ -23,7 +23,7 @@ using TestNodeID = NodeID;
using TestKey = int;
using TestWeight = int;
using storage_types = boost::mpl::list<ArrayStorage<TestNodeID, TestKey>,
MapStorage<TestNodeID, TestKey>,
TwoLevelStorage<TestNodeID, TestKey>,
UnorderedMapStorage<TestNodeID, TestKey>>;
template <unsigned NUM_ELEM> struct RandomDataFixture