mirror of
https://github.com/boostorg/endian.git
synced 2025-08-03 14:34:33 +02:00
Fix misplaced namespace endian
This commit is contained in:
@@ -64,6 +64,8 @@
|
|||||||
|
|
||||||
|
|
||||||
namespace boost
|
namespace boost
|
||||||
|
{
|
||||||
|
namespace endian
|
||||||
{
|
{
|
||||||
namespace detail
|
namespace detail
|
||||||
{
|
{
|
||||||
@@ -153,9 +155,6 @@ namespace boost
|
|||||||
|
|
||||||
} // namespace detail
|
} // namespace detail
|
||||||
|
|
||||||
namespace endian
|
|
||||||
{
|
|
||||||
|
|
||||||
# ifdef BOOST_ENDIAN_LOG
|
# ifdef BOOST_ENDIAN_LOG
|
||||||
bool endian_log(true);
|
bool endian_log(true);
|
||||||
# endif
|
# endif
|
||||||
@@ -429,7 +428,7 @@ namespace boost
|
|||||||
typedef endian< order::little, uint64_t, 64, alignment::aligned > aligned_ulittle64_t;
|
typedef endian< order::little, uint64_t, 64, alignment::aligned > aligned_ulittle64_t;
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
} // namespace endian
|
} // namespace endian
|
||||||
} // namespace boost
|
} // namespace boost
|
||||||
|
|
||||||
#if defined(__BORLANDC__) || defined( __CODEGEARC__)
|
#if defined(__BORLANDC__) || defined( __CODEGEARC__)
|
||||||
|
Reference in New Issue
Block a user