forked from boostorg/mpl
Improve compatibility with compilers other than GCC.
[SVN r61922]
This commit is contained in:
@@ -39,7 +39,6 @@ struct eval_if
|
||||
#else
|
||||
: if_<C,F1,F2>::type
|
||||
{
|
||||
typedef typename if_<C,F1,F2>::type type;
|
||||
#endif
|
||||
BOOST_MPL_AUX_LAMBDA_SUPPORT(3,eval_if,(C,F1,F2))
|
||||
};
|
||||
@@ -62,7 +61,6 @@ struct eval_if_c
|
||||
#else
|
||||
: if_c<C,F1,F2>::type
|
||||
{
|
||||
typedef typename if_c<C,F1,F2>::type type;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user