wip
This commit is contained in:
parent
ab018a6da8
commit
a510c6fbf0
@ -22,9 +22,8 @@ struct TestData
|
||||
using TestNodeID = NodeID;
|
||||
using TestKey = int;
|
||||
using TestWeight = int;
|
||||
using storage_types = boost::mpl::list<ArrayStorage<TestNodeID, TestKey>,
|
||||
TwoLevelStorage<TestNodeID, TestKey>,
|
||||
UnorderedMapStorage<TestNodeID, TestKey>>;
|
||||
using storage_types =
|
||||
boost::mpl::list<ArrayStorage<TestNodeID, TestKey>, UnorderedMapStorage<TestNodeID, TestKey>>;
|
||||
|
||||
template <unsigned NUM_ELEM> struct RandomDataFixture
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user