|
|
|
|
|
by jameskilton
5558 days ago
|
|
I'm amazed it took this long but these changes are very VERY welcome: G++ now issues clearer diagnostics for missing semicolons after class, struct, and union definitions. G++ now issues clearer diagnostics for missing semicolons after class member declarations. G++ now issues clearer diagnostics when a colon is used in a place where a double-colon was intended. |
|
C++ is notoriously hard to parse, and even harder to produce useful error messages for.