Versions Compared

Key

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

...

In this noncompliant code example, a nontrivially copyable type class with a nontrivial copy constructor is passed as the second argument to va_start(), which is conditionally supported depending on the implementation:

...