[all-commits] [llvm/llvm-project] 163792: [libc++][NFC] Move concepts to a subheader.
mordante via All-commits
all-commits at lists.llvm.org
Thu Sep 2 10:22:27 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 163792113400a144eb1d4d83f464399679c47e14
https://github.com/llvm/llvm-project/commit/163792113400a144eb1d4d83f464399679c47e14
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2021-09-02 (Thu, 02 Sep 2021)
Changed paths:
M libcxx/include/__concepts/arithmetic.h
M libcxx/include/__format/format_arg.h
M libcxx/include/concepts
M libcxx/include/type_traits
Log Message:
-----------
[libc++][NFC] Move concepts to a subheader.
D103357 added some new concepts. Since the header `<concepts>` has moved
all its concepts to a separate header these new concepts feel out of
place. Move them to the appropriate header.
Reviewed By: #libc, Quuxplusone, ldionne
Differential Revision: https://reviews.llvm.org/D109075
More information about the All-commits
mailing list