This commit is contained in:
Siarhei Fedartsou 2024-07-10 21:37:12 +02:00
parent ab018a6da8
commit a510c6fbf0

View File

@ -22,9 +22,8 @@ struct TestData
using TestNodeID = NodeID; using TestNodeID = NodeID;
using TestKey = int; using TestKey = int;
using TestWeight = int; using TestWeight = int;
using storage_types = boost::mpl::list<ArrayStorage<TestNodeID, TestKey>, using storage_types =
TwoLevelStorage<TestNodeID, TestKey>, boost::mpl::list<ArrayStorage<TestNodeID, TestKey>, UnorderedMapStorage<TestNodeID, TestKey>>;
UnorderedMapStorage<TestNodeID, TestKey>>;
template <unsigned NUM_ELEM> struct RandomDataFixture template <unsigned NUM_ELEM> struct RandomDataFixture
{ {