forked from boostorg/mpl
Fixed defect that showed up with Visual C++ 10. This has been affecting numerous libraries as a knock-on effect.
[SVN r61916]
This commit is contained in:
@@ -39,6 +39,7 @@ struct eval_if
|
|||||||
#else
|
#else
|
||||||
: if_<C,F1,F2>::type
|
: if_<C,F1,F2>::type
|
||||||
{
|
{
|
||||||
|
typedef typename if_<C,F1,F2>::type type;
|
||||||
#endif
|
#endif
|
||||||
BOOST_MPL_AUX_LAMBDA_SUPPORT(3,eval_if,(C,F1,F2))
|
BOOST_MPL_AUX_LAMBDA_SUPPORT(3,eval_if,(C,F1,F2))
|
||||||
};
|
};
|
||||||
@@ -61,6 +62,7 @@ struct eval_if_c
|
|||||||
#else
|
#else
|
||||||
: if_c<C,F1,F2>::type
|
: if_c<C,F1,F2>::type
|
||||||
{
|
{
|
||||||
|
typedef typename if_c<C,F1,F2>::type type;
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user