[libcxx-commits] [libcxx] [libc++] Drop dependency on __functional/operations.h from <atomic> (PR #117302)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 22 15:28:58 PST 2024
philnik777 wrote:
This makes me wonder whether we should instead split up `__functional/operations.h` more. We already have a few of comments splitting the header into multiple categories: arithmetic, bitwise, comparison and logical operators.
https://github.com/llvm/llvm-project/pull/117302
More information about the libcxx-commits
mailing list