Opened 13 years ago
Closed 13 years ago
#3966 closed Bugs (fixed)
Rename `erase_return_void` to `quick_erase`.
Reported by: | Daniel James | Owned by: | Daniel James |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | unordered |
Version: | Boost 1.42.0 | Severity: | Problem |
Keywords: | Cc: |
Description
It looks very likely that erase(iterator) will be changed to return void. Previously discussed in #3693.
Change History (3)
comment:1 by , 13 years ago
Status: | new → assigned |
---|---|
Summary: | erase(iterator) should return void. → Rename `erase_return_void` to `quick_erase`. |
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Latest news: http://lists.boost.org/Archives/boost/2010/03/163188.php
quick_erase
is the current leader so I'll add that and deprecateerase_return_void
(already!).quick_erase
might just end up being deprecated pretty quickly as well, but I don't mind such churn as long it's clear that it's likely.