1
0
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:
2023-10-09 18:10:44 -04:00
parent aacd87f4af
commit 187acda4a2

View File

@ -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
}