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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user