Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit d301b59b7b4582b0119281308e86b7c0b3f77a54 Author: Louis Dionne <ldionne.2@gmail.com> Date: Fri Nov 1 12:58:15 2024 -0400 [libc++][NFC] Add a static assertion to document an assumption in std::hash (#114440) The implementation of std::hash for unsigned long makes the (correct) assumption that size_t is at least as large as unsigned long. If that were not the case on a platform, the implementation of std::hash for unsigned long would be absolutely terrible. Add a static assertion to document that assumption. |