Add namespace around all files

This commit is contained in:
Patrick Niklaus
2016-01-05 16:51:13 +01:00
parent efc9007cbf
commit 6b18e4f7e9
194 changed files with 2648 additions and 1245 deletions
+7
View File
@@ -11,6 +11,11 @@
#include <limits>
namespace osrm
{
namespace util
{
namespace
{
constexpr static const double RAD = 0.017453292519943295769236907684886;
@@ -223,3 +228,5 @@ double bearing(const FixedPointCoordinate &first_coordinate,
return result;
}
}
}
}