Update of /cvsroot/boost/boost/boost/config
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21257/boost/config
Modified Files:
abi_prefix.hpp abi_suffix.hpp
Log Message:
Clear ABI warnings on Borland compiler, when headers included further headers
Index: abi_prefix.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/config/abi_prefix.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- abi_prefix.hpp 25 Nov 2003 18:28:08 -0000 1.1
+++ abi_prefix.hpp 3 Feb 2007 17:07:44 -0000 1.2
@@ -18,3 +18,8 @@
#ifdef BOOST_HAS_ABI_HEADERS
# include BOOST_ABI_PREFIX
#endif
+
+#if defined( __BORLANDC__ )
+#pragma nopushoptwarn
+#endif
+
Index: abi_suffix.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/config/abi_suffix.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- abi_suffix.hpp 25 Nov 2003 18:28:08 -0000 1.1
+++ abi_suffix.hpp 3 Feb 2007 17:07:44 -0000 1.2
@@ -20,4 +20,7 @@
# include BOOST_ABI_SUFFIX
#endif
+#if defined( __BORLANDC__ )
+#pragma nopushoptwarn
+#endif
-------------------------------------------------------------------------
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