Update of /cvsroot/boost/boost/boost/tr1/detail
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16636/boost/tr1/detail

Modified Files:
      Tag: RC_1_34_0
        config.hpp 
Log Message:
Patches from Trac #583.

Index: config.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/tr1/detail/config.hpp,v
retrieving revision 1.12.2.1
retrieving revision 1.12.2.2
diff -u -d -r1.12.2.1 -r1.12.2.2
--- config.hpp  2 Jun 2006 17:50:49 -0000       1.12.2.1
+++ config.hpp  1 Jun 2007 16:12:07 -0000       1.12.2.2
@@ -34,8 +34,10 @@
 #     define BOOST_TR1_STD_HEADER(name) <../include/name>
 #  endif
 
-#if defined(__GNUC__) && !defined(BOOST_HAS_INCLUDE_NEXT)
-#  define BOOST_HAS_INCLUDE_NEXT
+#if defined(__GNUC__) || (!defined(_AIX) && defined(__IBMCPP__)  && __IBMCPP__ 
>= 800)
+#  ifndef BOOST_HAS_INCLUDE_NEXT
+#     define BOOST_HAS_INCLUDE_NEXT
+#  endif
 #endif
 
 // Can't use BOOST_WORKAROUND here, it leads to recursive includes:


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to