From 90eea0566caf17a3543e7440373c7eb1350afe10 Mon Sep 17 00:00:00 2001 From: Beman Date: Sat, 18 May 2013 08:27:37 -0400 Subject: [PATCH] Fix misplaced namespace endian --- include/boost/endian/integers.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/include/boost/endian/integers.hpp b/include/boost/endian/integers.hpp index f606ee9..6f72d35 100644 --- a/include/boost/endian/integers.hpp +++ b/include/boost/endian/integers.hpp @@ -64,6 +64,8 @@ namespace boost +{ +namespace endian { namespace detail { @@ -153,9 +155,6 @@ namespace boost } // namespace detail - namespace endian - { - # ifdef BOOST_ENDIAN_LOG bool endian_log(true); # endif @@ -429,7 +428,7 @@ namespace boost typedef endian< order::little, uint64_t, 64, alignment::aligned > aligned_ulittle64_t; # endif - } // namespace endian +} // namespace endian } // namespace boost #if defined(__BORLANDC__) || defined( __CODEGEARC__)