[libcxx-commits] [libcxx] [libc++] Instantiate hash function externally (PR #127040)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Feb 21 04:07:59 PST 2025
philnik777 wrote:
> How would this change impact us when `std::map` becomes `constexpr`?
`std::hash` is fundamentally not compatible with `constexpr` exectution and was not proposed to be made constexpr, so this doesn't affect us.
https://github.com/llvm/llvm-project/pull/127040
More information about the libcxx-commits
mailing list