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:
@@ -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 >
|
||||
|
||||
@@ -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)>
|
||||
|
||||
Reference in New Issue
Block a user