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

include/boost/phoenix/core/is_nullary.hpp Correct mistake

This commit is contained in:
John Fletcher
2014-02-05 20:19:35 +00:00
parent 1e884bb891
commit 7edf18a504

View File

@@ -149,7 +149,7 @@ namespace boost { namespace phoenix
struct is_nullary<custom_terminal<T> >
: mpl::true_
{};
#endif
//#endif
template <typename T>
struct is_nullary<custom_terminal<actor<T> > >