| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This time using va_copy() on platforms that have it and simple assignment on platforms that don't.
|
|
|
|
| |
This seems to be the only reasonable C++03-only solution.
|
|
|
|
| |
Duplicate values were ignored.
|
|
|
|
| |
Each function does what one would assume - AddValue adds a new value, SetValue overwrites existing value (creates a new one if not exists, if instructed to do so).
|
|
|
|
| |
How did we not see this earlier? Each call to SetValue would actually ADD a value!
|
| |
|
|
|