[libcxx-commits] [PATCH] D96477: [libcxx] adds remaining callable concepts
Marek Kurdej via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 6 00:19:03 PDT 2021
curdeius added inline comments.
================
Comment at: libcxx/include/concepts:70-72
// [concept.defaultconstructible], concept default_constructible
template<class T>
concept default_constructible = see below;
----------------
Please rename this concept in synopsis (it's already renamed in the implementation) to `default_initializable`. I let you choose in which patch (or non-patch NFC commit) you do it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96477/new/
https://reviews.llvm.org/D96477
More information about the libcxx-commits
mailing list