[all-commits] [llvm/llvm-project] a8e063: [libc++] Implements concept destructible

mordante via All-commits all-commits at lists.llvm.org
Sat Jan 23 09:17:41 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a8e06361ddba6a25fb0c27596aaa03c5423d1868
      https://github.com/llvm/llvm-project/commit/a8e06361ddba6a25fb0c27596aaa03c5423d1868
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2021-01-23 (Sat, 23 Jan 2021)

  Changed paths:
    M libcxx/docs/Cxx2aStatusPaperStatus.csv
    M libcxx/include/concepts
    A libcxx/test/std/concepts/concept.destructible/destructible.compile.pass.cpp

  Log Message:
  -----------
  [libc++] Implements concept destructible

Implements parts of:
- P0898R3 Standard Library Concepts
- P1754 Rename concepts to standard_case for C++20, while we still can

Reviewed By: ldionne, miscco, #libc

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




More information about the All-commits mailing list