]> git.saurik.com Git - wxWidgets.git/commit
get rid of base arrays in wxUSE_STL build, we don't need them there and deriving...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Jul 2008 01:01:56 +0000 (01:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Jul 2008 01:01:56 +0000 (01:01 +0000)
commit35d5da677d3203d7027eb28b1b6878be9d920108
treef4031a966e9ed60af0cc7d4c44878880bb62796c
parent87ec008f4254de22cf63948db3bbaed56e9c7908
get rid of base arrays in wxUSE_STL build, we don't need them there and deriving wxFooPtr from wxBaseArrayPtrVoid makes it iterators return void pointers instead of those of the correct type; added test case to check for this

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54761 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dynarray.h
src/common/dynarray.cpp
tests/arrays/arrays.cpp