]> git.saurik.com Git - wxWidgets.git/commit
Fix VarArgTestCase compilation when type traits are unavailable.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 5 Apr 2011 22:29:55 +0000 (22:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 5 Apr 2011 22:29:55 +0000 (22:29 +0000)
commitcda937864fb4b12bdb1fc67cf9e99dce903d25eb
tree89ea0941259ff85e38c4a075cdee80b6a4c8ad0e
parent04e4045183328089f49a3ca67a4686e59db7555f
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
tests/strings/vararg.cpp