Page MenuHomePhabricator

ContourModelSet const functions
Closed, WontfixPublic

Description

The 'const' version of some function is missing. E.g. there is no const Begin() and End(). This means that if there is a function that receives a const contour model set, it cannot iterate through it in the classic way. There should be two Begin() functions, one with the const specifier, the other without it. Same for End(), and possibly for other functions.

Also, another typedef would be useful for the const iterator type.

I mark this as minor, as it is not a blocker for us.

Event Timeline

kislinsk claimed this task.
kislinsk added a subscriber: kislinsk.
This task was automatically closed because it wasn't updated at least since July 2016 (over 2 years). Please re-open this task if you think that it is still relevant. This most probably means that you will resolve it.