Test using wxString::ToCDouble() in wxAny.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 17 May 2013 20:00:10 +0000 (20:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 17 May 2013 20:00:10 +0000 (20:00 +0000)
commit43c42c18d36c703a88b1b7b697bac27fe5608eca
tree8a3059e64df483b466dcf124bc2123bf5a8c8620
parent142231270738bf0434c141322da98023fe40c084
Test using wxString::ToCDouble() in wxAny.

Apparently the heap corruption problems in wxOSX/PPC build are due to using
wxString::ToDouble() and not anything done specifically in wxAny at all.

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