You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, [util.smartptr.hash] "Smart pointer hash support" is numbered 20.8.2.6, which means it is a subclause of [util.smartptr] "Shared-ownership pointers".
However, [util.smartptr.hash] speaks to hash support for unique_ptr as well as shared_ptr.
I recommend that either:
[util.smartptr.hash] be repositioned to become, say, 20.8.3, or
the section be deleted and its two paragraphs become subclauses of their respective smart pointer sections.