Files
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
..
2018-07-29 12:08:53 +02:00
2018-07-29 12:08:53 +02:00
2018-09-22 14:44:07 +02:00