Opened 11 years ago
Closed 11 years ago
#17 closed task (fixed)
Audit of "special functions"
Reported by: | Thomas Latham | Owned by: | Thomas Latham |
---|---|---|---|
Priority: | minor | Milestone: | v3r0 |
Version: | Keywords: | ||
Cc: |
Description
Need to audit which classes shouldn't be copied and to check that they have had their copy constructors and copy assignment operators made private and are not implemented. Also for those classes where copying is appropriate it should be checked that they have sensible implementations of each of these functions so that they don't rely on the compiler-provided defaults doing the right thing.
Change History (8)
comment:1 Changed 11 years ago by
Milestone: | v2r0 → v2r1 |
---|
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Status: | new → assigned |
---|
comment:4 Changed 11 years ago by
Milestone: | v2r1 → v2r2 |
---|
comment:5 Changed 11 years ago by
comment:6 Changed 11 years ago by
comment:7 Changed 11 years ago by
Milestone: | v2r2 → v3r0 |
---|
comment:8 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [97]) Fix compilation error in LauFitter (and at the same time audit the special functions). oktotest #24 addresses #17