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
{
engine::Status TileService::RunQuery(std::size_t prefix_length,
@@ -47,6 +43,4 @@ engine::Status TileService::RunQuery(std::size_t prefix_length,
result = std::string();
return BaseService::routing_machine.Tile(*parameters, result);
}
} // namespace service
} // namespace server
} // namespace osrm