mirror of
https://github.com/boostorg/mpl.git
synced 2025-10-03 19:21:00 +02:00
fix lambda comment
[SVN r26666]
This commit is contained in:
@@ -32,7 +32,7 @@ struct my
|
|||||||
|
|
||||||
MPL_TEST_CASE()
|
MPL_TEST_CASE()
|
||||||
{
|
{
|
||||||
// !(x == char) && !(x == double) && x convertible to int || sizeof(x) > 8
|
// !(x == char) && !(x == double) || sizeof(x) > 8
|
||||||
typedef lambda<
|
typedef lambda<
|
||||||
or_<
|
or_<
|
||||||
and_<
|
and_<
|
||||||
|
Reference in New Issue
Block a user