2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-01-26 18:52:23 +00:00

remove namespace boost::phoenix

This commit is contained in:
John Fletcher
2015-03-28 20:43:02 +00:00
parent 6c9a3e9d64
commit b01c7f330f

View File

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