MSVC6 workarounds

[SVN r26509]
This commit is contained in:
Dave Abrahams
2004-12-14 22:44:57 +00:00
parent 340edb5672
commit 82c1058415

View File

@@ -130,7 +130,8 @@ struct name \
> \ > \
, name##1<Seq1,Seq2OrOperation,OperationOrInserter> \ , name##1<Seq1,Seq2OrOperation,OperationOrInserter> \
, name##2<Seq1,Seq2OrOperation,OperationOrInserter,Inserter> \ , name##2<Seq1,Seq2OrOperation,OperationOrInserter,Inserter> \
>::type type; \ >::type t1; \
typedef typename t1::type type; \
}; \ }; \
BOOST_MPL_AUX_NA_SPEC(4, name) \ BOOST_MPL_AUX_NA_SPEC(4, name) \
/**/ /**/