[all-commits] [llvm/llvm-project] 82b82b: Mark 2534 as Complete.

Zoe Carver via All-commits all-commits at lists.llvm.org
Thu Feb 18 21:32:44 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 82b82b9430a7f73dbf4bc931917143ee09f48d8f
      https://github.com/llvm/llvm-project/commit/82b82b9430a7f73dbf4bc931917143ee09f48d8f
  Author: zoecarver <z.zoelec2 at gmail.com>
  Date:   2021-02-18 (Thu, 18 Feb 2021)

  Changed paths:
    M libcxx/docs/Cxx1zStatusIssuesStatus.csv

  Log Message:
  -----------
  Mark 2534 as Complete.

c90dee1 fixed LWG 1203 which supresses LWG 2534 as well.

Refs D62889.

Reviewed By: ldionne, #libc

Differential Revision: https://reviews.llvm.org/D96885


  Commit: 6a328c66d35c71d5e92be80659186de567b86e38
      https://github.com/llvm/llvm-project/commit/6a328c66d35c71d5e92be80659186de567b86e38
  Author: zoecarver <z.zoelec2 at gmail.com>
  Date:   2021-02-18 (Thu, 18 Feb 2021)

  Changed paths:
    M libcxx/docs/Cxx1zStatusIssuesStatus.csv
    M libcxx/include/memory
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_allocator.pass.cpp

  Log Message:
  -----------
  [libc++] shared_ptr deleter requirements (LWG 2802).

This patch implements 2802. Requires _Deleter to have call operator and be move constructible. Based on D62233.

Refs PR37637.

Differential Revision: https://reviews.llvm.org/D62274


Compare: https://github.com/llvm/llvm-project/compare/51ade31e6789...6a328c66d35c


More information about the All-commits mailing list