Title
pure-specifier in friend declaration
Status
cd4
Section
11.4 [class.mem]
Submitter
Richard Smith

Created on 2015-06-30.00:00:00 last changed 87 months ago

Messages

Date: 2016-02-15.00:00:00

Proposed resolution (February, 2016):

Change 11.4 [class.mem] paragraph 6 as follows:

...A pure-specifier shall be used only in the declaration of a virtual function (11.7.3 [class.virtual]) that is not a friend declaration.
Date: 2016-02-15.00:00:00

[Adopted at the February, 2016 meeting.]

The current wording does not appear to ban a pure-specifier from a friend declaration.

History
Date User Action Args
2017-02-06 00:00:00adminsetstatus: tentatively ready -> cd4
2016-02-15 00:00:00adminsetmessages: + msg5705
2016-02-15 00:00:00adminsetstatus: drafting -> tentatively ready
2015-06-30 00:00:00admincreate