Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

NameValue
git_commit commit 7c69491e486a93e8b86a390a0d5d580eeca7f7d5
Author: Nikolas Klauser <nikolasklauser@berlin.de>
Date: Mon Nov 4 17:48:42 2024 +0100

[libc++] Simplify aligned_storage (#114665)

The main template of `aligned_storage` is only ever used when we have
extremely overaligned types (> 16384), so we effectively only ever use
the specializations currently. This means that we only instantiate the
main template for overaligned types. Instead of doing this dance, we can
just define the main template to use `_ALIGNAS`, just like the
specializations. This makes the implementation of `aligned_storage`
significantly less confusing.
Filter

ldionne-old-macbook-results test results

Run Order Start Time Duration
Current 517003 2025-12-16T16:40:01 0:00:00
Previous 516990 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.08s