From 239191ef09e8db47e24dadc3fe384eb48e045c2e Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Sat, 28 Mar 2015 20:43:02 +0000 Subject: [PATCH] remove namespace boost::phoenix --- test/function/adapt_function.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/function/adapt_function.cpp b/test/function/adapt_function.cpp index e795a03..5d8777f 100644 --- a/test/function/adapt_function.cpp +++ b/test/function/adapt_function.cpp @@ -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)