Opened 11 years ago

Closed 9 years ago

#6526 closed Feature Requests (fixed)

pop_front() and pop_back()

Reported by: Olaf van der Spek <olafvdspek@…> Owned by: Neil Groves
Milestone: Boost 1.56.0 Component: range
Version: Boost 1.48.0 Severity: Problem
Keywords: Cc:

Description

Could you add pop_front() and pop_back() to iterator_range?

Change History (5)

comment:1 by Steven Watanabe, 11 years ago

I don't think this is a good idea. These are container operations and iterator_range is not a container.

comment:2 by viboes, 9 years ago

Couldn't this be closed as invalid/wontfix?

comment:3 by anonymous, 9 years ago

Why?

comment:4 by Neil Groves, 9 years ago

Milestone: To Be DeterminedBoost 1.56.0
Status: newassigned

Implemented, but undocumented see ticket 7856. I've had a good suggestion in this ticket to change the name to drop_front drop_back.

comment:5 by Neil Groves, 9 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.