Use the "no_tr1" version of <functional>: addition of Boost.Exception support to throw_exception has created new cyclic dependencies with Boost.TR1.

[SVN r45422]
This commit is contained in:
John Maddock
2008-05-16 11:12:32 +00:00
parent 31685fe551
commit 83e2510ce5

View File

@ -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)