mirror of
https://github.com/boostorg/function_types.git
synced 2025-07-29 20:37:20 +02:00
attempts to fix strange problems with Pathscale compilers
[SVN r41742]
This commit is contained in:
@ -133,8 +133,9 @@ namespace example
|
||||
void apply(Function func, token_parser & parser, Args const & args)
|
||||
{
|
||||
typedef typename mpl::deref<From>::type arg_type;
|
||||
typedef typename mpl::next<From>::type next_iter_type;
|
||||
|
||||
invoker<Function, typename mpl::next<From>::type, To>::apply
|
||||
invoker<Function, next_iter_type, To>::apply
|
||||
( func, parser, fusion::push_back(args, parser.get<arg_type>()) );
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user