Talk:Special member functions
Appearance
This is the talk page for discussing improvements to the Special member functions article. This is not a forum for general discussion of the article's subject. |
Article policies
|
Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
![]() | This article has not yet been rated on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | |||||||||||||||||||||||||||||
Please add the quality rating to the {{WikiProject banner shell}} template instead of this project banner. See WP:PIQA for details.
Please add the quality rating to the {{WikiProject banner shell}} template instead of this project banner. See WP:PIQA for details.
|
Untitled
We might want to rename the example class something other than "Explicit." It could cause confusion with the 'explicit' keyword whose existence would change the behavior of some of the special member functions. I couldn't think of a good replacement name for the class on the spot, so I didn't change it. 23:41, 17 May 2010 (UTC) —Preceding unsigned comment added by 71.197.216.61 (talk)
Example
I've updated the entry to refer to C++11 but the example still refers to C++98. The example should also be updated. Motti (talk) 12:24, 29 December 2011 (UTC)
Mistake in Destructor
In the signatures, the destructor's name should start with a tilde.