$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r62725 - trunk/boost/wave
From: hartmut.kaiser_at_[hidden]
Date: 2010-06-10 06:27:01
Author: hkaiser
Date: 2010-06-10 06:26:59 EDT (Thu, 10 Jun 2010)
New Revision: 62725
URL: http://svn.boost.org/trac/boost/changeset/62725
Log:
Wave: fixed #4330: wave broken build on trunk
Text files modified:
trunk/boost/wave/cpp_iteration_context.hpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/boost/wave/cpp_iteration_context.hpp
==============================================================================
--- trunk/boost/wave/cpp_iteration_context.hpp (original)
+++ trunk/boost/wave/cpp_iteration_context.hpp 2010-06-10 06:26:59 EDT (Thu, 10 Jun 2010)
@@ -143,12 +143,13 @@
typedef IteratorT iterator_type;
typedef typename IteratorT::token_type::position_type position_type;
+ typedef base_iteration_context<ContextT, IteratorT> base_type;
typedef iteration_context<ContextT, IteratorT, InputPolicyT> self_type;
iteration_context(ContextT& ctx, BOOST_WAVE_STRINGTYPE const &fname,
position_type const &act_pos,
boost::wave::language_support language_,
- file_type type = main_file)
+ base_type::file_type type = base_type::main_file)
: base_iteration_context<ContextT, IteratorT>(ctx, fname, type)
{
InputPolicyT::template inner<self_type>::init_iterators(