mirror of
https://github.com/boostorg/phoenix.git
synced 2026-02-18 14:22:09 +00:00
include/boost/phoenix/core/terminal change actor to Actor in one location - bugfix.
This commit is contained in:
@@ -75,7 +75,8 @@ namespace boost { namespace phoenix
|
||||
|
||||
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)};
|
||||
//actor<base_type> const e = {base_type::make(t)};
|
||||
Actor<base_type> const e = {base_type::make(t)};
|
||||
return e;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user