forked from Alepha/Alepha
Just use boost
as the namespace from within Alepha
.
If it's been remapped, it's fine, since no code should really exist outside of `Alepha` namespace here, anyhow.
This commit is contained in:
4
Alepha.h
4
Alepha.h
@ -11,8 +11,8 @@ namespace ALEPHA_OVERRIDE_BOOST_NAMESPACE {}
|
||||
namespace Alepha::inline Hydrogen
|
||||
{
|
||||
#ifndef ALEPHA_OVERRIDE_BOOST_NAMESPACE
|
||||
namespace boost_ns= ::boost;
|
||||
namespace boost= ::boost;
|
||||
#else
|
||||
namespace boost_ns= ALEPHA_OVERRIDE_BOOST_NAMESPACE;
|
||||
namespace boost= ALEPHA_OVERRIDE_BOOST_NAMESPACE;
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user