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 -7
View File
@@ -8,11 +8,7 @@
#include <boost/format.hpp>
namespace osrm
{
namespace server
{
namespace service
namespace osrm::server::service
{
namespace
@@ -72,6 +68,4 @@ engine::Status NearestService::RunQuery(std::size_t prefix_length,
}
return BaseService::routing_machine.Nearest(*parameters, result);
}
} // namespace service
} // namespace server
} // namespace osrm