]> git.saurik.com Git - wxWidgets.git/commit
fix bug in the test in STL build (where std::vector uses operator=() and not copy...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Oct 2008 09:33:13 +0000 (09:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Oct 2008 09:33:13 +0000 (09:33 +0000)
commit252ead2e54dd657e471391f6ffd0375546636417
treee7c20a1cdd62f5e1e0456795eb907deaaf47c2cd
parente7bed112b866057a27d3ab3ba76a5722a0dc2561
fix bug in the test in STL build (where std::vector uses operator=() and not copy ctor to copy objects around, at least with g++)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56189 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/vectors/vectors.cpp