Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: sfinae

...

EXP52-CPP-EX1: It is permissible for an expression with side effects to be used as an unevaluated operand in a macro definition or substitution failure is not an error (SFINAE) context SFINAE context. Although these situations rely on the side effects to produce valid code, they typically do not rely on values produced as a result of the side effects.

...