Date
2020-11-09.21:40:50
Message id
11571

Content

Proposed resolution:

This wording is relative to N4861.

  1. Modify [util.smartptr.shared.cmp] as indicated:

    template<class T>
      strong_ordering operator<=>(const shared_ptr<T>& a, nullptr_t) noexcept;
    

    -5- Returns: compare_three_way()(a.get(), static_cast<typename shared_ptr<T>::element_type*>(nullptr)).