From 83e2510ce572dc38d3e68ce6c8af293246f24da6 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 16 May 2008 11:12:32 +0000 Subject: [PATCH] Use the "no_tr1" version of : addition of Boost.Exception support to throw_exception has created new cyclic dependencies with Boost.TR1. [SVN r45422] --- include/boost/intrusive_ptr.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/intrusive_ptr.hpp b/include/boost/intrusive_ptr.hpp index 77a603e..338e672 100644 --- a/include/boost/intrusive_ptr.hpp +++ b/include/boost/intrusive_ptr.hpp @@ -24,7 +24,7 @@ #include #include -#include // for std::less +#include // for std::less #if !defined(BOOST_NO_IOSTREAM) #if !defined(BOOST_NO_IOSFWD)