attempts to fix pathscale failure

[SVN r42859]
This commit is contained in:
Tobias Schwinger
2008-01-18 21:06:44 +00:00
parent 72f89e9434
commit e171bda08f

View File

@ -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>()) );
}
};