Update of /cvsroot/boost/boost/boost/xpressive/detail/core/matcher
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23233/boost/xpressive/detail/core/matcher
Modified Files:
lookahead_matcher.hpp lookbehind_matcher.hpp
Log Message:
work-arounds for gcc bugs and warnings
Index: lookahead_matcher.hpp
===================================================================
RCS file:
/cvsroot/boost/boost/boost/xpressive/detail/core/matcher/lookahead_matcher.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- lookahead_matcher.hpp 17 Apr 2006 19:36:52 -0000 1.5
+++ lookahead_matcher.hpp 22 Oct 2006 05:11:38 -0000 1.6
@@ -57,7 +57,7 @@
{
// negative look-ahead assertions do not trigger partial
matches.
save_restore<bool> partial_match(state.found_partial_match_);
- detail::ignore_unused(&partial_match);
+ detail::ignore_unused(partial_match);
if(this->xpr_.match(state))
{
@@ -98,7 +98,7 @@
{
// negative look-ahead assertions do not trigger partial
matches.
save_restore<bool> partial_match(state.found_partial_match_);
- detail::ignore_unused(&partial_match);
+ detail::ignore_unused(partial_match);
if(this->xpr_.match(state))
{
Index: lookbehind_matcher.hpp
===================================================================
RCS file:
/cvsroot/boost/boost/boost/xpressive/detail/core/matcher/lookbehind_matcher.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- lookbehind_matcher.hpp 17 Apr 2006 19:36:52 -0000 1.5
+++ lookbehind_matcher.hpp 22 Oct 2006 05:11:38 -0000 1.6
@@ -111,7 +111,7 @@
{
// negative look-ahead assertions do not trigger partial
matches.
save_restore<bool> partial_match(state.found_partial_match_);
- detail::ignore_unused(&partial_match);
+ detail::ignore_unused(partial_match);
if(this->xpr_.match(state))
{
-------------------------------------------------------------------------
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