Opened 12 years ago
Closed 12 years ago
#691 closed request (fixed)
document when views and iterators of Vector and Matrix are invalidated
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | major | Milestone: | yat 0.9 |
Component: | documentation | Version: | trunk |
Keywords: | Cc: |
Description
I noticed that Matrix*=operator(const Matrix&) invalidates views and iterator also if sizes are not modified, which is a bit unexpected.
Change History (3)
comment:1 Changed 12 years ago by
Status: | new → assigned |
---|
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [2688]) clarify when views and iterators are invalidated in Vector. refs #691