mirror of
https://github.com/boostorg/phoenix.git
synced 2026-01-22 05:22:32 +00:00
remove namespace boost::phoenix
This commit is contained in:
@@ -57,7 +57,7 @@ BOOST_PHOENIX_ADAPT_FUNCTION(
|
||||
BOOST_PHOENIX_ADAPT_FUNCTION(int, plus4, impl::plus4, 4)
|
||||
|
||||
// Test of solution to bug when using namespace
|
||||
using namespace boost::phoenix;
|
||||
// using namespace boost::phoenix;
|
||||
|
||||
BOOST_PHOENIX_ADAPT_FUNCTION_NULLARY(void, test2, impl::test)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user