|
Boost-Commit : |
From: tschwinger_at_[hidden]
Date: 2008-01-18 16:06:45
Author: t_schwinger
Date: 2008-01-18 16:06:44 EST (Fri, 18 Jan 2008)
New Revision: 42859
URL: http://svn.boost.org/trac/boost/changeset/42859
Log:
attempts to fix pathscale failure
Text files modified:
trunk/libs/function_types/example/interpreter.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/function_types/example/interpreter.hpp
==============================================================================
--- trunk/libs/function_types/example/interpreter.hpp (original)
+++ trunk/libs/function_types/example/interpreter.hpp 2008-01-18 16:06:44 EST (Fri, 18 Jan 2008)
@@ -135,7 +135,7 @@
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>()) );
}
};
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk