mirror of
https://github.com/boostorg/phoenix.git
synced 2026-02-18 14:22:09 +00:00
include/boost/phoenix/core/is_nullary.hpp terminal.hpp Take #7730 fix out of use.
This commit is contained in:
@@ -137,14 +137,14 @@ namespace boost { namespace phoenix
|
||||
struct is_nullary<T const >
|
||||
: is_nullary<T>
|
||||
{};
|
||||
|
||||
/*
|
||||
#ifdef BOOST_PHOENIX_SPECIALIZE_CUSTOM_TERMINAL
|
||||
template <typename T>
|
||||
struct is_nullary<custom_terminal<T>,
|
||||
typename custom_terminal<T>::_is_default_custom_terminal >
|
||||
: mpl::true_
|
||||
{};
|
||||
#else
|
||||
#else */
|
||||
template <typename T>
|
||||
struct is_nullary<custom_terminal<T> >
|
||||
: mpl::true_
|
||||
|
||||
@@ -49,11 +49,13 @@ namespace boost { namespace phoenix
|
||||
|
||||
template <typename T, typename Dummy>
|
||||
struct custom_terminal
|
||||
/*
|
||||
#ifdef BOOST_PHOENIX_SPECIALIZE_CUSTOM_TERMINAL
|
||||
{
|
||||
typedef void _is_default_custom_terminal; // suggested fix for #7730
|
||||
}
|
||||
#endif
|
||||
*/
|
||||
;
|
||||
|
||||
namespace expression
|
||||
|
||||
Reference in New Issue
Block a user