Update of /cvsroot/boost/boost/boost/wave/cpplexer/re2clex
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28231

Modified Files:
      Tag: RC_1_34_0
        cpp_re2c_lexer.hpp 
Log Message:
Attempt to fix sun5.8 issue.

Index: cpp_re2c_lexer.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp,v
retrieving revision 1.24.2.1
retrieving revision 1.24.2.2
diff -u -d -r1.24.2.1 -r1.24.2.2
--- cpp_re2c_lexer.hpp  2 May 2006 02:17:29 -0000       1.24.2.1
+++ cpp_re2c_lexer.hpp  29 Jun 2006 23:25:10 -0000      1.24.2.2
@@ -383,8 +383,8 @@
     IteratorT const &last, PositionT const &pos, 
     boost::wave::language_support language)
 {
-    return new re2clex::lex_functor<IteratorT, PositionT>(first, last, pos,
-        language);
+    using re2clex::lex_functor;
+    return new lex_functor<IteratorT, PositionT>(first, last, pos, language);
 }
 
 #undef BOOST_WAVE_RE2C_NEW_LEXER_INLINE


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to