mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 07:06:06 +00:00

This relies on Clang's no_specializations attribute which is not supported by GCC. Implements: - LWG2129: User specializations of std::initializer_list Fixes: #126270