[libcxx-commits] [PATCH] D104002: [libcxx][modularisation] splits `<utility>` into self-contained headers
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 9 20:28:49 PDT 2021
cjdb added a comment.
In D104002#2809545 <https://reviews.llvm.org/D104002#2809545>, @Quuxplusone wrote:
> Moving `unary_function` without also moving `binary_function` is unusual.
I suggest you carefully read the changes to learn why I didn't move `binary_function` out of `<utility>`. Seriously, I have a good reason.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104002/new/
https://reviews.llvm.org/D104002
More information about the libcxx-commits
mailing list