Comment 2 for bug 914462

Revision history for this message
Nicolai Hähnle (nha) wrote :

Should be bitwise and obviously, i.e. &. Some overzealous anti-& person replaced it incorrectly.

For the record, I oppose the use of the not, or, and and keywords (preferring !, ||, and &&), because the vast majority of the C++ using world sees it as more idiomatic.