mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-31 04:57:28 +02:00
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/fusion/sequence/io.hpp>
|
||||||
#include <boost/utility/enable_if.hpp>
|
#include <boost/utility/enable_if.hpp>
|
||||||
#include <boost/type_traits/is_const.hpp>
|
#include <boost/type_traits/is_const.hpp>
|
||||||
#include <utility>
|
#include <boost/config/no_tr1/utility.hpp>
|
||||||
|
|
||||||
namespace boost { namespace fusion
|
namespace boost { namespace fusion
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user