[libc++] Implements concept destructible
authorMark de Wever <koraq@xs4all.nl>
Tue, 24 Nov 2020 15:12:34 +0000 (16:12 +0100)
committerMark de Wever <koraq@xs4all.nl>
Sat, 23 Jan 2021 17:17:25 +0000 (18:17 +0100)
commita8e06361ddba6a25fb0c27596aaa03c5423d1868
tree05581ab66f588ed94325d01567e0836d0065529d
parent757b93bb7b384038a8dec35433f78f5c7c2ef8b0
[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
libcxx/docs/Cxx2aStatusPaperStatus.csv
libcxx/include/concepts
libcxx/test/std/concepts/concept.destructible/destructible.compile.pass.cpp [new file with mode: 0644]