]> git.saurik.com Git - wxWidgets.git/commit - include/wx/vector.h
fixed wxVector<T> to work with non-POD types again; added optimization to keep using...
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 22 Jan 2008 11:29:21 +0000 (11:29 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 22 Jan 2008 11:29:21 +0000 (11:29 +0000)
commit6712283cf1b562897bfc36c54da5e03c05f402ed
treeed714faaa7152c7b9d9bf10297bb8ceb9c650df3
parentae46a7fd15bff134460b9af46af896136b018fad
fixed wxVector<T> to work with non-POD types again; added optimization to keep using (much faster) realloc with types that are movable

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/meta/if.h [new file with mode: 0644]
include/wx/meta/movable.h [new file with mode: 0644]
include/wx/vector.h
tests/vectors/vectors.cpp