Files
llvm-project/libcxxabi
Nikolas Klauser 67cf9b8f82 [libc++] Remove _LIBCPP_CONSTINIT (#171802)
`_LIBCPP_CONSTINIT` is only ever used inside `src/`, so we can just
replace it with `constinit` instead.
2026-01-20 12:51:43 +01:00
..