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
@@ -13,9 +13,7 @@
#include <thread>
namespace osrm
{
namespace guidance
namespace osrm::guidance
{
void annotateTurns(const util::NodeBasedDynamicGraph &node_based_graph,
@@ -349,5 +347,4 @@ void annotateTurns(const util::NodeBasedDynamicGraph &node_based_graph,
<< bearing_class_hash.data.size() << " Bearing Classes";
}
} // namespace guidance
} // namespace osrm