#2 closed Bugs (fixed)
list::size should be const
Reported by: | blais | Owned by: | david_abrahams |
---|---|---|---|
Milestone: | Component: | python USE GITHUB | |
Version: | None | Severity: | |
Keywords: | Cc: |
Description
list::size() (in objects.{hpp,cpp}) should be const Implementation calls list::get(), which is const. This is preventing doing a loop with indices.
Change History (3)
Note:
See TracTickets
for help on using tickets.