Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2008-05-16 07:12:32


Author: johnmaddock
Date: 2008-05-16 07:12:32 EDT (Fri, 16 May 2008)
New Revision: 45422
URL: http://svn.boost.org/trac/boost/changeset/45422

Log:
Use the "no_tr1" version of <functional>: addition of Boost.Exception support to throw_exception has created new cyclic dependencies with Boost.TR1.
Text files modified:
   trunk/boost/intrusive_ptr.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/intrusive_ptr.hpp
==============================================================================
--- trunk/boost/intrusive_ptr.hpp (original)
+++ trunk/boost/intrusive_ptr.hpp 2008-05-16 07:12:32 EDT (Fri, 16 May 2008)
@@ -24,7 +24,7 @@
 #include <boost/detail/workaround.hpp>
 #include <boost/detail/sp_convertible.hpp>
 
-#include <functional> // for std::less
+#include <boost/config/no_tr1/functional.hpp> // for std::less
 
 #if !defined(BOOST_NO_IOSTREAM)
 #if !defined(BOOST_NO_IOSFWD)


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