mirror of
https://github.com/boostorg/mpl.git
synced 2025-10-04 03:31:09 +02:00
Fix warnings about comparison of unsigned and signed values.
[SVN r23892]
This commit is contained in:
@@ -44,7 +44,7 @@ int main()
|
||||
mpl::not_< boost::is_same<_1, char> >
|
||||
, mpl::not_< boost::is_float<_1> >
|
||||
>
|
||||
, mpl::greater< mpl::sizeof_<_1>, mpl::int_<8> >
|
||||
, mpl::greater< mpl::sizeof_<_1>, mpl::size_t<8> >
|
||||
>
|
||||
>::type f1;
|
||||
|
||||
|
Reference in New Issue
Block a user