Opened 21 years ago

Closed 21 years ago

Last modified 10 years ago

#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)

comment:1 by blais, 21 years ago

Status: assignedclosed
Logged In: YES 
user_id=10996

seems to have been fixed in 1.25 release.

thanks! :-)

comment:2 by Robert Ramey, 12 years ago

Resolution: Fixedfixed

(In [62546]) fix #2 for version_type

comment:3 by John Maddock, 10 years ago

(In [79439]) Tentative fix #2 for TI compiler error. Refs #7099.

Note: See TracTickets for help on using tickets.