id summary reporter owner description type status milestone component version severity resolution keywords cc 4235 spirit::lex::lexertl::data::lookahead: Incorrect name lookup for next() anonymous Hartmut Kaiser "Hello Spirit Team, In spirit/home/lex/lexer/lexertl/functor_data.hpp, the call to next() inside data::lookahead() does not compile on gcc 4.3.3. Since the function is not a template, argument-dependent lookup does not search the base template class, and the call apparently resolves to some other function, resulting in weird error messages. This quick fix works: return id == this->next(end, unique_id); Thanks and keep up the good work!" Bugs closed Boost 1.43.0 spirit Boost 1.43.0 Problem fixed