mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-04 07:14:30 +02:00
Make plus<x,y> into a valid integer constant wrapper
[SVN r18470]
This commit is contained in:
@@ -58,7 +58,7 @@ struct plus
|
||||
, BOOST_MPL_AUX_MSVC_VALUE_WKND(T3)::value
|
||||
, BOOST_MPL_AUX_MSVC_VALUE_WKND(T4)::value
|
||||
, BOOST_MPL_AUX_MSVC_VALUE_WKND(T5)::value
|
||||
>
|
||||
>::type
|
||||
{
|
||||
BOOST_MPL_AUX_LAMBDA_SUPPORT(5, plus, (T1,T2,T3,T4,T5))
|
||||
};
|
||||
|
Reference in New Issue
Block a user