Boost logo

Boost-Commit :

From: joel_at_[hidden]
Date: 2007-10-23 21:37:51


Author: djowel
Date: 2007-10-23 21:37:51 EDT (Tue, 23 Oct 2007)
New Revision: 40388
URL: http://svn.boost.org/trac/boost/changeset/40388

Log:
updates
Text files modified:
   branches/fusion/2_1/boost/tr1/detail/config.hpp | 6 ++++++
   1 files changed, 6 insertions(+), 0 deletions(-)

Modified: branches/fusion/2_1/boost/tr1/detail/config.hpp
==============================================================================
--- branches/fusion/2_1/boost/tr1/detail/config.hpp (original)
+++ branches/fusion/2_1/boost/tr1/detail/config.hpp 2007-10-23 21:37:51 EDT (Tue, 23 Oct 2007)
@@ -49,6 +49,11 @@
 # define BOOST_TR1_USE_OLD_TUPLE
 #endif
 
+#ifdef __IBMCPP_TR1__
+ // turn on support for everything:
+# define BOOST_HAS_TR1
+#endif
+
 #ifdef BOOST_HAS_TR1
    // turn on support for everything:
 # define BOOST_HAS_TR1_ARRAY
@@ -109,3 +114,4 @@
 #endif
 
 
+


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk