summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '3rdParty/Boost/src/boost/phoenix/core/is_nullary.hpp')
-rw-r--r--3rdParty/Boost/src/boost/phoenix/core/is_nullary.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdParty/Boost/src/boost/phoenix/core/is_nullary.hpp b/3rdParty/Boost/src/boost/phoenix/core/is_nullary.hpp
index 509c4d2..333ebdd 100644
--- a/3rdParty/Boost/src/boost/phoenix/core/is_nullary.hpp
+++ b/3rdParty/Boost/src/boost/phoenix/core/is_nullary.hpp
@@ -137,12 +137,12 @@ namespace boost { namespace phoenix
struct is_nullary<T const >
: is_nullary<T>
{};
-
+
template <typename T>
struct is_nullary<custom_terminal<T> >
: mpl::true_
{};
-
+
template <typename T>
struct is_nullary<custom_terminal<actor<T> > >
: evaluator