2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-18 14:22:09 +00:00

include/boost/phoenix/core/is_nullary.hpp value.hpp remove redundant code.

This commit is contained in:
John Fletcher
2014-02-06 23:17:56 +00:00
parent e695ef051a
commit 0ece7c7477
2 changed files with 1 additions and 10 deletions

View File

@@ -164,13 +164,7 @@ namespace boost { namespace phoenix
typename custom_terminal<T>::_is_local_var_custom_terminal >
: mpl::false_
{};
/*
template <typename T>
struct is_nullary<custom_terminal<T>,
typename custom_terminal<T>::_is_value_custom_terminal >
: mpl::true_
{};
*/
template <typename T>
struct is_nullary<custom_terminal<T>,
typename custom_terminal<T>::_is_reference_custom_terminal >

View File

@@ -52,9 +52,6 @@ namespace boost { namespace phoenix
{
template <typename Sig>
struct result;
#ifndef BOOST_PHOENIX_NO_SPECIALIZE_CUSTOM_TERMINAL
// typedef void _is_value_custom_terminal; // fix for #7730
#endif
template <typename This, typename Actor, typename Context>
struct result<This(Actor, Context)>