mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-23 17:17:23 +02:00
Include <utility> instead of forward declaring std::pair
[SVN r70731]
This commit is contained in:
@ -11,12 +11,7 @@
|
|||||||
#define BOOST_FUSION_ADAPTED_STD_PAIR_HPP
|
#define BOOST_FUSION_ADAPTED_STD_PAIR_HPP
|
||||||
|
|
||||||
#include <boost/fusion/adapted/struct/adapt_struct.hpp>
|
#include <boost/fusion/adapted/struct/adapt_struct.hpp>
|
||||||
|
#include <utility>
|
||||||
namespace std
|
|
||||||
{
|
|
||||||
template<class T1, class T2>
|
|
||||||
struct pair;
|
|
||||||
}
|
|
||||||
|
|
||||||
BOOST_FUSION_ADAPT_TPL_STRUCT(
|
BOOST_FUSION_ADAPT_TPL_STRUCT(
|
||||||
(T1)(T2),(std::pair)(T1)(T2),(T1, first)(T2, second))
|
(T1)(T2),(std::pair)(T1)(T2),(T1, first)(T2, second))
|
||||||
|
Reference in New Issue
Block a user