[all-commits] [llvm/llvm-project] 1d411f: [libc++][NFC] Replace a few "namespace std" with t...

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Fri May 23 13:56:46 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1d411f27c769a32cb22ce50b9dc4421e34fd40dd
      https://github.com/llvm/llvm-project/commit/1d411f27c769a32cb22ce50b9dc4421e34fd40dd
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2025-05-23 (Fri, 23 May 2025)

  Changed paths:
    M libcxx/include/initializer_list
    M libcxx/include/optional
    M libcxx/include/stdexcept
    M libcxx/include/typeinfo

  Log Message:
  -----------
  [libc++][NFC] Replace a few "namespace std" with the correct macro (#140510)

We've added a new macro for the unversioned `namespace std` cases in
#133009, but it seems we've missed a few places. This fixes the places I
just found.



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