[libcxx-commits] [PATCH] D99044: [libc++] Split out `<__functional_{ops, search}>` from `<functional>`. NFCI
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 22 08:46:29 PDT 2021
Quuxplusone added a comment.
@ldionne wrote:
> I would rather we use __functional/XYZ.h instead. Or if you convince me that __functional_XYZ is better instead, then we should make other headers consistent with that choice.
The other headers have been consistent with `__functional_XYZ` forever. Let's take this to Slack.
> Also, just to clarify, you didn't modify any code at all, only moved it around, right?
That's right. (Now that the `<concepts>` change has been deleted, that is, that's right.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99044/new/
https://reviews.llvm.org/D99044
More information about the libcxx-commits
mailing list