Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reworded so the compiler is "complaining" about ill-formed code.

...

GCC 4.8.1 on Linux refuses to compile this code; it complains of emits a diagnostic reading, "stray '\' in program," referring to the universal character fragment in the invocation of the assign macro.

...