From 6cb81d66646d237ab04cc9612707ccba978e7ffc Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Sun, 16 Feb 2014 16:22:04 +0000 Subject: [PATCH] include/boost/phoenix/core/terminal.hpp Comment on possible bug. --- include/boost/phoenix/core/terminal.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/phoenix/core/terminal.hpp b/include/boost/phoenix/core/terminal.hpp index 1223f77..2ae807a 100644 --- a/include/boost/phoenix/core/terminal.hpp +++ b/include/boost/phoenix/core/terminal.hpp @@ -74,7 +74,7 @@ namespace boost { namespace phoenix typedef Actor type; static const type make(typename call_traits::param_type t) - { + { // ?? Should the next line be Actor not actor which is the default? actor const e = {base_type::make(t)}; return e; }