Update of /cvsroot/boost/boost/boost/asio
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19914

Modified Files:
        placeholders.hpp 
Log Message:
Change to use function-based placeholders for gcc to avoid some duplicate
symbol linker problems.


Index: placeholders.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/asio/placeholders.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- placeholders.hpp    8 Nov 2006 05:32:12 -0000       1.2
+++ placeholders.hpp    14 Nov 2006 10:40:55 -0000      1.3
@@ -43,7 +43,7 @@
 /// boost::asio::basic_resolver::resolve.
 unspecified iterator;
 
-#elif defined(__BORLANDC__)
+#elif defined(__BORLANDC__) || defined(__GNUC__)
 
 inline boost::arg<1> error()
 {


-------------------------------------------------------------------------
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