|
-
May 4th, 2010, 11:14 AM
#15
Re: Constructor Inheritance
 Originally Posted by Russco
Constructors, destructor and copy assignment operators are never inherited. To do so would imo go against the whole concept of type-safety.
hmm... a search for "not inherited" only brings up a sentence in C++03 that confirms that destructors are not inherited. Where does the standard state this more specifically? In particular, does it really state that copy assignment operators are not inherited?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|