fix lambda comment
[SVN r26666]
This commit is contained in:
parent
5b909f8c2e
commit
ecaefb136d
@ -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_<
|
||||
|
Loading…
Reference in New Issue
Block a user