...
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:
...
...
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:
...