|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r53896 - trunk/boost/spirit/home/lex/lexer/lexertl
From: frabar666_at_[hidden]
Date: 2009-06-14 04:22:50
Author: fbarel
Date: 2009-06-14 04:22:50 EDT (Sun, 14 Jun 2009)
New Revision: 53896
URL: http://svn.boost.org/trac/boost/changeset/53896
Log:
Spirit: fix GCC compile error
Text files modified:
trunk/boost/spirit/home/lex/lexer/lexertl/static_functor_data.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/boost/spirit/home/lex/lexer/lexertl/static_functor_data.hpp
==============================================================================
--- trunk/boost/spirit/home/lex/lexer/lexertl/static_functor_data.hpp (original)
+++ trunk/boost/spirit/home/lex/lexer/lexertl/static_functor_data.hpp 2009-06-14 04:22:50 EDT (Sun, 14 Jun 2009)
@@ -213,8 +213,8 @@
}
std::size_t get_state_id(char_type const* state) const
{
- return lexertl::detail::get_state_id(state, get_state_name_
- , num_states_);
+ return lexertl::detail::get_state_id(state
+ , this->get_state_name_, num_states_);
}
// the functions next() and get_state() are used by the functor
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