There are several "alternative representations": and , and_eq , bitand , bitor , compl , not , not_eq , or , or_eq , xor and xor_eq . This is the standard C ++ language feature.
Visual C ++ only supports these keywords if you compile the /Za flag (standard compliance standard).
James McNellis
source share