Try using wxString::ToCDouble() instead of ToDouble() in wxAny case.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 17 May 2013 11:53:46 +0000 (11:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 17 May 2013 11:53:46 +0000 (11:53 +0000)
commit142231270738bf0434c141322da98023fe40c084
treee4c1950189f5daa91e0c74c0f507551a79f3092a
parente1bf9a57769253d1786f84d5c5e420630fee7256
Try using wxString::ToCDouble() instead of ToDouble() in wxAny case.

Apparently enabling the call to ToDouble() in the test is enough to corrupt
the heap in wxOSX PPC build. No idea how can this be possible but try to check
if using ToCDouble() helps...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/any/anytest.cpp