mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-22 16:47:18 +02:00
Workarounds for Fusion on IBM xlc
[SVN r40766]
This commit is contained in:
@ -20,7 +20,11 @@ namespace boost { namespace fusion
|
||||
namespace traits
|
||||
{
|
||||
template <typename T1, typename T2>
|
||||
#if defined(BOOST_PARTIAL_SPECIALIZATION_EXPLICT_ARGS)
|
||||
struct tag_of<std::pair<T1, T2>, void >
|
||||
#else
|
||||
struct tag_of<std::pair<T1, T2> >
|
||||
#endif
|
||||
{
|
||||
typedef struct_tag type;
|
||||
};
|
||||
|
Reference in New Issue
Block a user