wxArray<T> macros have been changed to fix runtime problems under 64 bit
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 6 Mar 2002 06:31:34 +0000 (06:31 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 6 Mar 2002 06:31:34 +0000 (06:31 +0000)
commit5a1cad6ea487130bc074d858368cd93241ae2cf2
treeccd0f5ce2c65030518c0a153b0b7ad056760ad80
parent434005ca85ce8b4e08092add395f26147004c298
wxArray<T> macros have been changed to fix runtime problems under 64 bit
architectures. The base class is now implemented once for each needed
primitive type in order to avoid invalid reference casts. Macros are
provided to implement new arrays using these primitive base arrays.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/arrimpl.cpp
include/wx/dynarray.h
include/wx/encconv.h
include/wx/textbuf.h
include/wx/treebase.h
src/common/dynarray.cpp
src/generic/listctrl.cpp