2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-18 02:12:09 +00:00

include/boost/phoenix/core/terminal.hpp Comment on possible bug.

This commit is contained in:
John Fletcher
2014-02-16 16:22:04 +00:00
parent 3d26babab1
commit 6cb81d6664

View File

@@ -74,7 +74,7 @@ namespace boost { namespace phoenix
typedef Actor<base_type> type;
static const type make(typename call_traits<T>::param_type t)
{
{ // ?? Should the next line be Actor not actor which is the default?
actor<base_type> const e = {base_type::make(t)};
return e;
}