#668 deleted Bugs (Duplicate)
thread_group::size() should be const
Reported by: | crapshark | Owned by: | glassfordm |
---|---|---|---|
Milestone: | Component: | thread | |
Version: | None | Severity: | Problem |
Keywords: | Cc: |
Description (last modified by )
thread_group::size() is just a wrapper for list::size(), which is const, so thread_group::size() should also be const.
Change History (3)
comment:2 by , 16 years ago
Status: | assigned → closed |
---|
comment:3 by , 9 years ago
Component: | threads → thread |
---|---|
Description: | modified (diff) |
Severity: | → Problem |
Note:
See TracTickets
for help on using tickets.