[libcxx-commits] [PATCH] D93461: [libc++] Implements concept default_initializable.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Dec 17 08:16:53 PST 2020
Mordante created this revision.
Mordante added reviewers: mclow.lists, EricWF, ldionne, CaseyCarter, eric_niebler, miscco, cjdb.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Implements:
- LWG3149 DefaultConstructible should require default initialization
Implements parts of:
- P0898R3 Standard Library Concepts
- P1754 <https://reviews.llvm.org/P1754> Rename concepts to standard_case for C++20, while we still can
Note this is the last patch I worked on for concepts/ranges. Since @cjdb
already has a more mature product and wants to contribute that to libc++
I've switched to implementing the format header.
Depends on D91986 <https://reviews.llvm.org/D91986>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D93461
Files:
libcxx/docs/Cxx2aStatusIssuesStatus.csv
libcxx/include/concepts
libcxx/test/std/concepts/concept.default.init/default_initializable.compile.pass.cpp
libcxx/test/std/concepts/concept.default.init/default_initializable.verify.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93461.312509.patch
Type: text/x-patch
Size: 12863 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201217/54acf36d/attachment-0001.bin>
More information about the libcxx-commits
mailing list