Title
[fund.ts.v2] fundts.memory.smartptr.shared.obs/6 should apply to cv-unqualified void
Status
open
Section
[memory.smartptr.shared.obs]
Submitter
Jeffrey Yasskin

Created on 2015-05-11.00:00:00 last changed 81 months ago

Messages

Date: 2015-09-14.21:38:11

Proposed resolution:

  1. In the library fundamentals v2, [memory.smartptr.shared.obs] p2, change as indicated:

    Remarks: When T is an array type or (possibly cv-qualified) void, it is unspecified whether this member function is declared. If it is declared, it is unspecified what its return type is, except that the declaration (although not necessarily the definition) of the function shall be well formed.

Date: 2015-09-15.00:00:00

[ 2015-09-11, Telecon ]

Move to Tentatively Ready

Date: 2015-05-11.00:00:00

Addresses: fund.ts.v2

S. B. Tam reported this here.

N3920 changed operator*() in [util.smartptr.shared.obs] as:

Remarks: When T is an array type or cv-qualified void, it is unspecified whether this member function is declared. …

This excludes cv-unqualified void, which is probably unintended.

History
Date User Action Args
2017-07-30 20:10:41adminsetstatus: wp -> open
2015-11-16 02:13:05adminsetstatus: ready -> wp
2015-09-14 21:38:11adminsetmessages: + msg7519
2015-09-14 21:38:11adminsetstatus: new -> ready
2015-05-20 20:07:55adminsetmessages: + msg7417
2015-05-11 00:00:00admincreate