From ecaefb136d9512e612b26b03200108df2ef0c821 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Mon, 10 Jan 2005 14:01:31 +0000 Subject: [PATCH] fix lambda comment [SVN r26666] --- test/lambda.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_<