Ticket #14703 (closed enhancement: fixed)

Opened 8 months ago

Last modified 7 months ago

Add assign() to wxVector, to conform with std::vector

Reported by: jonasr Owned by:
Priority: normal Milestone:
Component: base Version:
Keywords: docs-needed Cc:
Blocked By: Patch: yes
Blocking:

Description

Hi

A small addition to wxVector that's missing, compared to  http://www.cplusplus.com/reference/stl/vector/

Attachments

vectorassign.patch download (0.9 KB) - added by jonasr 8 months ago.

Change History

Changed 8 months ago by vadz

  • keywords docs-needed added
  • status changed from new to confirmed

Could you please also update interface/wx/vector.h? Please use "@since 2.9.5" in the method documentation.

TIA!

Changed 8 months ago by jonasr

Changed 7 months ago by jonasr

Bump.

The docs are added in the patch, is there anything else that needs to be fixed? Or perhaps just an oversight.

Regards
//Jonas

Changed 7 months ago by vadz

Oversight, sorry, I've somehow missed the addition of the patch.

Will commit soon, thanks!

Changed 7 months ago by VZ

  • status changed from confirmed to closed
  • resolution set to fixed

(In [72748]) Add wxVector::assign().

Closes #14703.

Note: See TracTickets for help on using tickets.