forked from boostorg/fusion
Fix cyclic dependencies between Boost.fusion.tuples and TR1.
Fixes #2261. [SVN r48820]
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
#include <boost/fusion/sequence/io.hpp>
|
||||
#include <boost/utility/enable_if.hpp>
|
||||
#include <boost/type_traits/is_const.hpp>
|
||||
#include <utility>
|
||||
#include <boost/config/no_tr1/utility.hpp>
|
||||
|
||||
namespace boost { namespace fusion
|
||||
{
|
||||
|
Reference in New Issue
Block a user