A new recommendation has been added, in section 15.3 (on page 237):
This is due to the discussed issues regarding the possibility of multiple non-false values in C/C++.
Recommendation: Do not use literal true in conditional expressions. Avoid using literal false in conditonal expressions.
This is due to the discussed issues regarding the possibility of multiple non-false values in C/C++.