mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-06 00:04:35 +02:00
MSVC6 workarounds
[SVN r26509]
This commit is contained in:
@@ -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) \
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user