From 5bc1ae31b76a2ebb21d65c11ed41555e14b29334 Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Thu, 6 Feb 2014 17:45:18 +0000 Subject: [PATCH] include/boost/phoenix/core/is_nullary.hpp Local vars need setting of false_ --- 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 f6c2261..8d8234f 100644 --- a/include/boost/phoenix/core/is_nullary.hpp +++ b/include/boost/phoenix/core/is_nullary.hpp @@ -162,7 +162,7 @@ namespace boost { namespace phoenix template struct is_nullary, typename custom_terminal::_is_local_var_custom_terminal > - : mpl::true_ + : mpl::false_ {}; template