#546 closed bug (fixed)
Unimplemented copy constructors, assignment operators
Reported by: | marcusoverhagen | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | - General | Version: | R1/alpha2 |
Keywords: | Cc: | diver | |
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
The assignment operator and copy constructor should be unimplemented, thats the whole reason for them beeing private.
Please remove implementations like
BLooper::BLooper(const BLooper&) BLooper& BLooper::operator=(const BLooper& ) BHandler::BHandler(const BHandler &) BHandler & BHandler::operator=(const BHandler &) BApplication::BApplication(const BApplication &rhs) BApplication & BApplication::operator=(const BApplication &rhs)
etc.
Change History (7)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Cc: | added |
---|
comment:3 by , 14 years ago
Description: | modified (diff) |
---|---|
Platform: | → All |
Version: | → R1/alpha2 |
comment:4 by , 14 years ago
So what's the task here? To ifdef these out? Or has that already been done in the 5 years since this ticket was opened?
comment:5 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:7 by , 5 years ago
Milestone: | R1 → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
Note:
See TracTickets
for help on using tickets.
I agree with you that it's not really useful, but since R5 exports those methods, we might want to keep them around (even if #ifdef'd out).