this repo has no description
commits
Author
Commit
Message
Date
Found and modified from https://github.com/ocornut/imgui/issues/1085
Inverted the stdarg.h condition:
```
|| __cplusplus + 0 >= 201103L
```
We need va_copy which is only in C++11 and newer.