|
|
|
|
|
by gpderetta
3066 days ago
|
|
The Committee recently got rid of trigraphs (required for EBCDIC compatibility). IBM was strongly against the proposal but was finally outvoted. They do keep the functionality as a conforming extension in their compiler, but now that they have been removed from the standard, the language might evolve in ways that might make the extension non-conforming. |
|
In fact, trigraphs were designed to operate this way.
That is, until the addition of raw string literals broke that.