From 4eb792ff1733cebf441b5d047bcebdf5dc783c7b Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Wed, 11 Mar 2015 21:52:43 +0000 Subject: [PATCH] scope/let.hpp Fix tabs in comments --- include/boost/phoenix/scope/let.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/phoenix/scope/let.hpp b/include/boost/phoenix/scope/let.hpp index 1f01ad9..5065510 100644 --- a/include/boost/phoenix/scope/let.hpp +++ b/include/boost/phoenix/scope/let.hpp @@ -137,13 +137,13 @@ namespace boost { namespace phoenix //int size = strm.str().length(); //BOOST_ASSERT(size >= 0); result_type r = eval(expr, phoenix::context(env, phoenix::actions(ctx))); - // typedef is_value is_val; + // typedef is_value is_val; //if(is_val::value) This seems always to be true //{ // std::cout << "let result has value type" << std::endl; - // } + // } //if (is_val(r) ) std::cout << "let returns val" << std::endl; - //std::cout << "result is " << r << std::endl; + //std::cout << "result is " << r << std::endl; return r; } };