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 terminal.hpp Take #7730 fix out of use.

This commit is contained in:
John Fletcher
2014-02-05 20:14:36 +00:00
parent d1f56f16cb
commit e8bacacd1c
2 changed files with 4 additions and 2 deletions

View File

@@ -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_

View File

@@ -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