forked from boostorg/fusion
Workarounds for Fusion on IBM xlc
[SVN r40766]
This commit is contained in:
@ -25,7 +25,11 @@ namespace boost { namespace fusion
|
||||
namespace traits
|
||||
{
|
||||
template<typename T, std::size_t N>
|
||||
#if defined(BOOST_PARTIAL_SPECIALIZATION_EXPLICT_ARGS)
|
||||
struct tag_of<boost::array<T,N>, void >
|
||||
#else
|
||||
struct tag_of<boost::array<T,N> >
|
||||
#endif
|
||||
{
|
||||
typedef array_tag type;
|
||||
};
|
||||
|
Reference in New Issue
Block a user