wxWidgets/tests/strings
Vadim Zeitlin 00cdab77c5 Define wxStrtox() overloads taking nullptr
Instead of specializing wxStrtoxCharType and then testing whether endptr
is null, just define separate, and simpler, overloads of wxStrtox()
functions taking nullptr_t -- we can avoid the unnecessary test
completely in this case, as nullptr is, by definition, always null
anyhow.

Also add a test of using wxStrtol() with nullptr too.

This should fix the build with older gcc and MSVS versions.
2020-02-05 03:54:25 +01:00
..
crt.cpp
hexconv.cpp
iostream.cpp
numformatter.cpp
stdstrings.cpp
strings.cpp
tokenizer.cpp
unichar.cpp
unicode.cpp
vararg.cpp
vsnprintf.cpp