Migrate to C++17. Update sol2 to 3.3.0.
This commit is contained in:
parent
8dc021476e
commit
ef66c0ae72
@ -16,7 +16,7 @@ using namespace osrm::util;
|
|||||||
|
|
||||||
BOOST_AUTO_TEST_SUITE(graph_view)
|
BOOST_AUTO_TEST_SUITE(graph_view)
|
||||||
|
|
||||||
static void shuffle(std::vector<EdgeWithSomeAdditionalData>& grid_edges)
|
static void shuffle(std::vector<EdgeWithSomeAdditionalData> &grid_edges)
|
||||||
{
|
{
|
||||||
std::random_device rd;
|
std::random_device rd;
|
||||||
std::mt19937 rng(rd());
|
std::mt19937 rng(rd());
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user