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