forked from boostorg/fusion
fixes bad parameter lists for template friends
[SVN r38195]
This commit is contained in:
@ -39,7 +39,7 @@ namespace boost { namespace fusion
|
||||
{
|
||||
Function fnc_transformed;
|
||||
|
||||
template <class D, class F, bool E>
|
||||
template <class D, class F, bool EC, bool E>
|
||||
friend struct detail::nullary_call_base;
|
||||
|
||||
typedef detail::nullary_call_base<
|
||||
|
Reference in New Issue
Block a user