Files
clang-p2996/libcxx/test/std/language.support/support.initlist
Mark de Wever d2b09e21bc [libc++] Prohibits initializer_list specializations. (#128042)
This relies on Clang's no_specializations attribute which is not
supported by GCC.

Implements:
- LWG2129: User specializations of std::initializer_list

Fixes: #126270
2025-03-01 12:34:35 +01:00
..