Add ctor and assign() taking an iterator range to wxVector<>.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 22 May 2013 14:13:26 +0000 (14:13 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 22 May 2013 14:13:26 +0000 (14:13 +0000)
commit4a8e979925e3edd58b33d968527a3f45bca1f008
tree2a21656793e3ff1464761b55fcef16ef97fe7df9
parent41da7d974af67d9444b789a06fc29491822c17f1
Add ctor and assign() taking an iterator range to wxVector<>.

Do it for consistency with wxArray and std::vector<>, even if the current
implementation is suboptimal.

See #15216.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/vector.h
interface/wx/vector.h