Opened 14 years ago
Closed 14 years ago
#566 closed defect (fixed)
regression::MultiDimensionalWeighted has implicitly declared copy and assignment
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | major | Milestone: | yat 0.6 |
Component: | regression | Version: | trunk |
Keywords: | Cc: |
Description
related to ticket:565
this is a problem because pointer
gsl_multifit_linear_workspace* work_;
will be copied and shared between multiple instances and eventually deleted twice.
Change History (2)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [2127]) fixes #566