2
0
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:
John Fletcher
2015-03-28 20:43:02 +00:00
parent 4b263cfb90
commit 239191ef09

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)