mirror of
https://github.com/boostorg/function_types.git
synced 2025-07-29 12:27:35 +02:00
attempts to fix pathscale failure
[SVN r42859]
This commit is contained in:
@ -135,7 +135,7 @@ namespace example
|
||||
typedef typename mpl::deref<From>::type arg_type;
|
||||
typedef typename mpl::next<From>::type next_iter_type;
|
||||
|
||||
invoker<Function, next_iter_type, To>::apply
|
||||
interpreter::invoker<Function, next_iter_type, To>::apply
|
||||
( func, parser, fusion::push_back(args, parser.get<arg_type>()) );
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user