fix lambda comment

[SVN r26666]
This commit is contained in:
Aleksey Gurtovoy 2005-01-10 14:01:31 +00:00
parent 5b909f8c2e
commit ecaefb136d

View File

@ -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_<