From e341d367d8594c4ea4e02ca0e176391b38e5e539 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Fri, 29 Apr 2016 20:05:50 +0200 Subject: [PATCH] Move detail:: to osrm::detail:: --- include/engine/base64.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/engine/base64.hpp b/include/engine/base64.hpp index 648296183..6b234b4bc 100644 --- a/include/engine/base64.hpp +++ b/include/engine/base64.hpp @@ -15,6 +15,9 @@ #include #include +namespace osrm +{ + // RFC 4648 "The Base16, Base32, and Base64 Data Encodings" // See: https://tools.ietf.org/html/rfc4648 @@ -36,9 +39,6 @@ using BinaryFromBase64 = boost::archive::iterators::transform_width< 6 // from a sequence of 6 bit >; } // ns detail - -namespace osrm -{ namespace engine {