iso646.h

    它定义的替代拼写如下。

    • and 替代 &&
    • and_eq 替代 &=
    • bitand 替代 &
    • compl 替代 ~
    • not 替代 !
    • not_eq 替代 !=
    • or_eq 替代 |=
    • xor 替代 ^
    • xor_eq 替代 ^=