wip
This commit is contained in:
parent
ab018a6da8
commit
a510c6fbf0
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user