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 Define wxStrtox() overloads taking nullptr 2020-02-05 03:54:25 +01:00
hexconv.cpp Pass arguments of the same type to CPPUNIT_ASSERT_EQUAL 2017-07-30 09:56:43 +02:00
iostream.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
numformatter.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
stdstrings.cpp Add C++20-style starts_with()/ends_with() functions to wxString 2019-07-31 00:52:29 +02:00
strings.cpp Suppress all -Wmissing-field-initializers in the test suite 2019-02-02 17:25:37 +01:00
tokenizer.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
unichar.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
unicode.cpp Eliminate -Wcast-qual warnings with GCC and Clang 2020-02-02 22:50:32 -08:00
vararg.cpp Add a check for using wxString::Format() with a very long string 2019-11-17 18:30:33 +01:00
vsnprintf.cpp Add more wxOVERRIDE 2018-09-22 14:44:07 +02:00