diff --git a/test/lambda.cpp b/test/lambda.cpp index 1c2c526..5c8d5b8 100644 --- a/test/lambda.cpp +++ b/test/lambda.cpp @@ -32,7 +32,7 @@ struct my MPL_TEST_CASE() { - // !(x == char) && !(x == double) && x convertible to int || sizeof(x) > 8 + // !(x == char) && !(x == double) || sizeof(x) > 8 typedef lambda< or_< and_<