2
0
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:
John Fletcher
2014-02-06 17:45:18 +00:00
parent 05c9252eab
commit 5bc1ae31b7

View File

@@ -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>