This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of CD1 status.

533. typo in 2.2.3.10/1

Section: 20.3.2.2.11 [util.smartptr.getdeleter], 99 [tr.util.smartptr.getdeleter] Status: CD1 Submitter: Paolo Carlini Opened: 2005-11-09 Last modified: 2016-01-28

Priority: Not Prioritized

View all other issues in [util.smartptr.getdeleter].

View all issues with CD1 status.

Discussion:

I'm seeing something that looks like a typo. The Return of get_deleter says:

If *this owns a deleter d...

but get_deleter is a free function!

Proposed resolution:

Therefore, I think should be:

If *this p owns a deleter d...