From 7edf18a50487b474c2b010e2dd2cf8d1b8120ad8 Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Wed, 5 Feb 2014 20:19:35 +0000 Subject: [PATCH] include/boost/phoenix/core/is_nullary.hpp Correct mistake --- include/boost/phoenix/core/is_nullary.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/phoenix/core/is_nullary.hpp b/include/boost/phoenix/core/is_nullary.hpp index 1957f49..d64f467 100644 --- a/include/boost/phoenix/core/is_nullary.hpp +++ b/include/boost/phoenix/core/is_nullary.hpp @@ -149,7 +149,7 @@ namespace boost { namespace phoenix struct is_nullary > : mpl::true_ {}; -#endif +//#endif template struct is_nullary > >