Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Static assertion is a new facility in the C SandardStandard. It takes the form

Code Block
static_assert(constant-expression, string-literal);

...