Jump to content

Talk:Special member functions

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 68.65.169.12 (talk) at 17:16, 31 July 2015 (Mistake in Destructor: new section). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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)[reply]

Mistake in Destructor

In the signatures, the destructor's name should start with a tilde.

68.65.169.12 (talk) 17:16, 31 July 2015 (UTC)[reply]