mirror of
https://github.com/boostorg/lambda.git
synced 2026-01-21 17:02:36 +00:00
removed arity detection from has_xxx_template
[SVN r63726]
This commit is contained in:
@@ -23,7 +23,7 @@ namespace lambda {
|
||||
|
||||
namespace detail {
|
||||
|
||||
BOOST_MPL_HAS_XXX_TEMPLATE_NAMED_DEF(has_template_sig, sig, 1, true)
|
||||
BOOST_MPL_HAS_XXX_TEMPLATE_DEF(sig)
|
||||
|
||||
template<class Tuple>
|
||||
struct remove_references_from_elements {
|
||||
@@ -160,7 +160,7 @@ template <class Func> struct function_adaptor {
|
||||
: result_converter<
|
||||
Args
|
||||
, tuples::length<typename Args::tail_type>::value
|
||||
, detail::has_template_sig<plainF, Args>::value
|
||||
, detail::has_sig<plainF>::value
|
||||
>
|
||||
{};
|
||||
#else // BOOST_NO_RESULT_OF
|
||||
|
||||
Reference in New Issue
Block a user