[libcxx-commits] [libcxx] [libc++][NFC] Remove uses of add_{const, cv, volatile} (PR #85635)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 18 20:08:21 PDT 2024
frederick-vs-ja wrote:
I think the purpose of `add_const` etc. is to establish non-deduced contexts.
However, it seems that wherever they're used in libc++, non-deduced contexts are either already established or not needed.
https://github.com/llvm/llvm-project/pull/85635
More information about the libcxx-commits
mailing list