forked from boostorg/fusion
Merge pull request #3 from correaa/patch-1
Update tag_of.hpp Declare std::array with struct keyword, as per C++11, not class.
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
namespace std
|
namespace std
|
||||||
{
|
{
|
||||||
template<typename T, std::size_t N>
|
template<typename T, std::size_t N>
|
||||||
class array;
|
struct array;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace boost { namespace fusion
|
namespace boost { namespace fusion
|
||||||
|
Reference in New Issue
Block a user