| 201 | } |
| 202 | |
| 203 | iterator erase(const const_iterator &position, command_queue &queue) |
| 204 | { |
| 205 | return erase(position, position + 1, queue); |
| 206 | } |
| 207 | |
| 208 | iterator erase(const const_iterator &position) |
| 209 | { |
nothing calls this directly
no test coverage detected