Update of /cvsroot/boost/boost/boost/xpressive/detail/static/productions
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23233/boost/xpressive/detail/static/productions
Modified Files:
modify_compiler.hpp
Log Message:
work-arounds for gcc bugs and warnings
Index: modify_compiler.hpp
===================================================================
RCS file:
/cvsroot/boost/boost/boost/xpressive/detail/static/productions/modify_compiler.hpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- modify_compiler.hpp 24 Apr 2006 16:26:28 -0000 1.6
+++ modify_compiler.hpp 22 Oct 2006 05:11:38 -0000 1.7
@@ -60,7 +60,7 @@
new_visitor_type new_visitor(proto::left(node).call(visitor));
new_visitor.swap(visitor);
scoped_swap<Visitor, new_visitor_type> const undo = {&visitor,
&new_visitor};
- detail::ignore_unused(&undo);
+ detail::ignore_unused(undo);
return proto::compile(proto::right(node), state, new_visitor,
seq_tag());
}
};
-------------------------------------------------------------------------
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