Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

NameValue
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.
Filter

ldionne-old-macbook-results test results

Run Order Start Time Duration
Current 516823 2025-12-16T16:40:01 0:00:00
Previous 516802 2025-12-16T16:40:01 0:00:00
Baseline 485288 2025-12-16T16:40:01 0:00:00


Tests Summary

Status Group # # (B)
Total Tests 0

Report Time: 0.11s