wxWidgets/tests/strings
Vadim Zeitlin cda937864f Fix VarArgTestCase compilation when type traits are unavailable.
When type traits are unavailable we can't check whether a type can be passed
to a vararg function but we still need to pass a copyable object to
wxString::Format() for the code to compile, even if we just want to check that
it will fail with the assert at run-time.

Closes #13118.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-04-05 22:29:55 +00:00
..
crt.cpp Disable unit tests which can't work in ANSI build. 2010-11-10 13:53:49 +00:00
iostream.cpp
numformatter.cpp Use setUp/tearDown() for NumFormatter test case locale setup. 2011-01-19 15:08:11 +00:00
stdstrings.cpp Disable unit tests which can't work in ANSI build. 2010-11-10 13:53:49 +00:00
strings.cpp Added precision parameter to wxString::From[C]Double(). 2011-03-13 13:53:54 +00:00
tokenizer.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
unichar.cpp Disable unit tests which can't work in ANSI build. 2010-11-10 13:53:49 +00:00
unicode.cpp Remove non-working or semi-working tests added from console.cpp. 2010-05-23 10:53:17 +00:00
vararg.cpp Fix VarArgTestCase compilation when type traits are unavailable. 2011-04-05 22:29:55 +00:00
vsnprintf.cpp Use wxUSING_VC_CRT_IO for MSVC CRT-specific test results. 2010-10-03 17:16:00 +00:00