Include <array> instead of declare std::array.

Some implementations declare it as std::tr1::array and conflict.
This commit is contained in:
Kohei Takahashi
2016-10-31 01:13:36 +09:00
parent 16a069be14
commit ea9a176312

View File

@ -9,15 +9,9 @@
#define BOOST_FUSION_STD_ARRAY_TAG_OF_01062013_1700
#include <boost/fusion/support/tag_of_fwd.hpp>
#include <array>
#include <cstddef>
namespace std
{
template<typename T, std::size_t N>
struct array;
}
namespace boost { namespace fusion
{
struct std_array_tag;