Use nested namespace
It's a mechanical change to modernize the code base
This commit is contained in:
@@ -16,9 +16,7 @@
|
||||
|
||||
#include <boost/filesystem/fstream.hpp>
|
||||
|
||||
namespace osrm
|
||||
{
|
||||
namespace benchmarks
|
||||
namespace osrm::benchmarks
|
||||
{
|
||||
|
||||
using namespace osrm::test;
|
||||
@@ -74,7 +72,6 @@ void benchmark(BenchStaticRTree &rtree, unsigned num_queries)
|
||||
return rtree.Nearest(q, 10);
|
||||
});
|
||||
}
|
||||
} // namespace benchmarks
|
||||
} // namespace osrm
|
||||
|
||||
int main(int argc, char **argv)
|
||||
|
||||
Reference in New Issue
Block a user