[libcxx-commits] [libcxx] [libc++] Fix bogus integer sanitizer warnings in hash helpers (PR #146715)

Jean-Michaƫl Celerier via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 3 15:32:43 PDT 2025


jcelerier wrote:

string repro:

```
#include <string>
#include <functional>

int main() { std::hash<std::string>{}( "EnableActionIfDocument"); }
```

https://github.com/llvm/llvm-project/pull/146715


More information about the libcxx-commits mailing list