Update of /cvsroot/boost/boost/boost/xpressive/detail/utility
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23233/boost/xpressive/detail/utility
Modified Files:
ignore_unused.hpp
Log Message:
work-arounds for gcc bugs and warnings
Index: ignore_unused.hpp
===================================================================
RCS file:
/cvsroot/boost/boost/boost/xpressive/detail/utility/ignore_unused.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ignore_unused.hpp 6 Oct 2005 00:42:53 -0000 1.1
+++ ignore_unused.hpp 22 Oct 2006 05:11:38 -0000 1.2
@@ -16,7 +16,8 @@
namespace boost { namespace xpressive { namespace detail
{
- inline void ignore_unused(void const *)
+ template<typename T>
+ void ignore_unused(T const &)
{
}
-------------------------------------------------------------------------
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