This rule is Obsolete | |
Synopsis: | Do not use trigraphs or alternative tokens |
Language: | C++ |
Severity Level: | 3 |
Category: | Parts of C++ to Avoid |
Description: |
Trigraphs are not popular and many compilers implement them incorrectly. Portable code should not rely on trigraphs being either converted or ignored. |