Move detail:: to osrm::detail::

This commit is contained in:
Patrick Niklaus 2016-04-29 20:05:50 +02:00
parent 98937b187f
commit e341d367d8
No known key found for this signature in database
GPG Key ID: E426891B5F978B1B

View File

@ -15,6 +15,9 @@
#include <boost/algorithm/string/trim.hpp>
#include <boost/range/algorithm/copy.hpp>
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
{