mirror of
https://github.com/boostorg/container.git
synced 2025-08-01 21:44:27 +02:00
Include detail/is_pair.hpp since forward declares boost::tuples::tuple
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
#include <boost/container/detail/type_traits.hpp>
|
#include <boost/container/detail/type_traits.hpp>
|
||||||
#include <boost/container/detail/mpl.hpp>
|
#include <boost/container/detail/mpl.hpp>
|
||||||
#include <boost/container/detail/std_fwd.hpp>
|
#include <boost/container/detail/std_fwd.hpp>
|
||||||
#include <boost/container/detail/is_pair.hpp>
|
#include <boost/container/detail/is_pair.hpp> //Forward declares boost::tuples::tuple
|
||||||
#if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES)
|
#if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES)
|
||||||
# include <boost/container/detail/variadic_templates_tools.hpp>
|
# include <boost/container/detail/variadic_templates_tools.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user