]> git.saurik.com Git - wxWidgets.git/commit - docs/changes.txt
Alloc() doesn't clear the array any more, for consistency with reserve()
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Oct 2006 14:16:20 +0000 (14:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Oct 2006 14:16:20 +0000 (14:16 +0000)
commit7788fc4046f6ff5fb6a2ef67906cecc32e7b4df8
tree912c163d114bf2546b6a9967ccfdc1d571e13c36
parent84498436c919e0e36da36c668517963ead7590de
Alloc() doesn't clear the array any more, for consistency with reserve()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42571 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
docs/latex/wx/array.tex
include/wx/dynarray.h
src/common/dynarray.cpp
tests/arrays/arrays.cpp