From 0ece7c7477e375c230b9a728834cf73a69e4f5ce Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Thu, 6 Feb 2014 23:17:56 +0000 Subject: [PATCH] include/boost/phoenix/core/is_nullary.hpp value.hpp remove redundant code. --- include/boost/phoenix/core/is_nullary.hpp | 8 +------- include/boost/phoenix/core/value.hpp | 3 --- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/include/boost/phoenix/core/is_nullary.hpp b/include/boost/phoenix/core/is_nullary.hpp index 82f9400..f15f321 100644 --- a/include/boost/phoenix/core/is_nullary.hpp +++ b/include/boost/phoenix/core/is_nullary.hpp @@ -164,13 +164,7 @@ namespace boost { namespace phoenix typename custom_terminal::_is_local_var_custom_terminal > : mpl::false_ {}; - /* - template - struct is_nullary, - typename custom_terminal::_is_value_custom_terminal > - : mpl::true_ - {}; - */ + template struct is_nullary, typename custom_terminal::_is_reference_custom_terminal > diff --git a/include/boost/phoenix/core/value.hpp b/include/boost/phoenix/core/value.hpp index f89a71f..6c46242 100644 --- a/include/boost/phoenix/core/value.hpp +++ b/include/boost/phoenix/core/value.hpp @@ -52,9 +52,6 @@ namespace boost { namespace phoenix { template struct result; -#ifndef BOOST_PHOENIX_NO_SPECIALIZE_CUSTOM_TERMINAL - // typedef void _is_value_custom_terminal; // fix for #7730 -#endif template struct result