mirror of
https://github.com/boostorg/phoenix.git
synced 2026-02-19 14:42:14 +00:00
include/boost/phoenix/core/is_nullary.hpp Local vars need setting of false_
This commit is contained in:
@@ -162,7 +162,7 @@ namespace boost { namespace phoenix
|
||||
template <typename T>
|
||||
struct is_nullary<custom_terminal<T>,
|
||||
typename custom_terminal<T>::_is_local_var_custom_terminal >
|
||||
: mpl::true_
|
||||
: mpl::false_
|
||||
{};
|
||||
|
||||
template <typename T>
|
||||
|
||||
Reference in New Issue
Block a user