Hi,<BR><BR>I have a base class whose destructor is pure virtual, so the class is abstract.<BR><BR>I have a derived class (subtype) whose multi-argument constructor wants to call the base class's zero ...
Make the copy constructor private. Of course, this might also have the side-effect of preventing the use of the STL container, given that being copy constructible is, y'know, a requirement. Use a ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results