Standard library header <cstdarg>
Min standard notice:
This header was originally in the C standard library as <stdarg.h>.
# Defect reports
| DR | Applied to | Behavior as published | Correct behavior |
|---|---|---|---|
| CWG 2645 | C++98 | C++ defines “default argument promotions”, but its C definition was used | the C++ definition overrides the C definition |