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
@@ -6,9 +6,7 @@
#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/path.hpp>
namespace osrm
{
namespace storage
namespace osrm::storage
{
namespace fs = boost::filesystem;
@@ -40,5 +38,4 @@ std::vector<std::string> IOConfig::GetMissingFiles() const
}
return missingFiles;
}
} // namespace storage
} // namespace osrm
+1 -4
View File
@@ -36,9 +36,7 @@
#include <new>
#include <string>
namespace osrm
{
namespace storage
namespace osrm::storage
{
namespace
{
@@ -587,5 +585,4 @@ void Storage::PopulateUpdatableData(const SharedDataIndex &index)
}
}
}
} // namespace storage
} // namespace osrm