Use nested namespace

It's a mechanical change to modernize the code base
This commit is contained in:
Dennis Luxen
2022-12-11 10:10:26 +01:00
parent 152a52bc1a
commit a4aa153ba4
456 changed files with 469 additions and 2474 deletions
+1 -4
View File
@@ -61,9 +61,7 @@ template <typename T1, typename T2> struct hash<std::tuple<T1, T2>>
};
} // namespace std
namespace osrm
{
namespace updater
namespace osrm::updater
{
namespace
{
@@ -843,5 +841,4 @@ Updater::LoadAndUpdateEdgeExpandedGraph(std::vector<extractor::EdgeBasedEdge> &e
util::Log() << "Done reading edges in " << TIMER_MSEC(load_edges) << "ms.";
return number_of_edge_based_nodes;
}
} // namespace updater
} // namespace osrm