GNU Octave - Tasks: task #15469, Eliminate or reduce use of...
You are not allowed to post comments on this tracker with your current authentication level.
task #15469: Eliminate or reduce use of "mutable" keyword in C++
Submitter: | Rik <rik5> | ||
Submitted: | Mon 18 Nov 2019 11:31:51 PM UTC | ||
Should Start On: | Mon 18 Nov 2019 08:00:00 AM UTC | Should be Finished on: | Mon 18 Nov 2019 08:00:00 AM UTC |
Category: | Wish | Priority: | 5 - Normal |
Status: | In Progress | Privacy: | Public |
Assigned to: | None | Originator Name: | |
Open/Closed: | Open | Fixed Release: | None |
Planned Release: | None |
Attached Files
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 2 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2019-11-18 | rik5 | Attached File | - | ![]() |
Added libinterp.mutable.list, #47886 |
Attached File | - | ![]() |
Added libinterp.mutable.list, #47887 |
The "mutable" keyword is often used as a hack, when really the code should be re-thought out to eliminate the need to change a member of a const object.
Instances of mutable found in libinterp:
Instances of mutable found in liboctave: