-
In map/sparta/sparta/resources/Buffer.hpp Lines 663 to 683 in e876f58 The return types of For example, with a
Do I need to worry about the same type of thing with |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
No, there's no good reason that it doesn't return the next iterator. I think this was based on an older C++ STL design. In fact, there are a few issues with Buffer, Queue, etc that I already started documenting here: #247 Feel free to convert this to an issue and either make the changes or leave it unassigned and I'll grab it. |
Beta Was this translation helpful? Give feedback.
-
Converted to issue #464 |
Beta Was this translation helpful? Give feedback.
No, there's no good reason that it doesn't return the next iterator. I think this was based on an older C++ STL design. In fact, there are a few issues with Buffer, Queue, etc that I already started documenting here: #247
Feel free to convert this to an issue and either make the changes or leave it unassigned and I'll grab it.