[all-commits] [llvm/llvm-project] d2b09e: [libc++] Prohibits initializer_list specialization...

Mark de Wever via All-commits all-commits at lists.llvm.org
Sat Mar 1 03:34:57 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d2b09e21bccac364962cacdd63e63c1d23ce87ac
      https://github.com/llvm/llvm-project/commit/d2b09e21bccac364962cacdd63e63c1d23ce87ac
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2025-03-01 (Sat, 01 Mar 2025)

  Changed paths:
    M libcxx/docs/Status/Cxx17Issues.csv
    M libcxx/include/initializer_list
    A libcxx/test/std/language.support/support.initlist/support.initlist.syn/specialization.verify.cpp

  Log Message:
  -----------
  [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



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list