id summary reporter owner description type status priority milestone component version resolution keywords cc blockedby blocking platform 546 Unimplemented copy constructors, assignment operators marcusoverhagen nobody "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." bug closed normal R1/beta2 - General R1/alpha2 fixed diver All