Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit 01df775dc42b62141ad07ad30aaa361ab162b8f5 Author: Nikolas Klauser <nikolasklauser@berlin.de> Date: Mon Sep 16 17:55:33 2024 +0200 [libc++] Take the ABI break for `std::list`'s pointer UB unconditionally (#100585) This ABI break only affects fancy pointer which have a different value representation when pointing to a base of T instead of T itself. This seems like a rather small set of fancy pointers, which themselves already represent a very small niche. This patch swaps a pointer to T with a pointer to base of T in a few library-internal types. |