mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-29 12:07:36 +02:00
makes unfused_* work through boost::result_of only
[SVN r38197]
This commit is contained in:
@ -39,7 +39,7 @@ struct test_func
|
||||
struct result;
|
||||
|
||||
template <class Self, class Seq>
|
||||
struct result< Self(Seq) >
|
||||
struct result< Self(Seq &) >
|
||||
: mpl::if_< mpl::and_< fusion::result_of::empty<Seq>, RemoveNullary >,
|
||||
boost::blank, mpl::identity<long> >::type
|
||||
{ };
|
||||
|
Reference in New Issue
Block a user