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 endian
|
||||
{
|
||||
namespace detail
|
||||
{
|
||||
@@ -153,9 +155,6 @@ namespace boost
|
||||
|
||||
} // namespace detail
|
||||
|
||||
namespace endian
|
||||
{
|
||||
|
||||
# ifdef BOOST_ENDIAN_LOG
|
||||
bool endian_log(true);
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user