[all-commits] [llvm/llvm-project] 2050d2: [libc++] Simplify std::function further after remo...

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Sat Jun 21 00:48:16 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2050d2e1815b4b306f4b3842d6ac0fa73e1d4085
      https://github.com/llvm/llvm-project/commit/2050d2e1815b4b306f4b3842d6ac0fa73e1d4085
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2025-06-21 (Sat, 21 Jun 2025)

  Changed paths:
    M libcxx/include/__functional/function.h

  Log Message:
  -----------
  [libc++] Simplify std::function further after removing allocator support (#144443)

Since we've removed allocator support, we can remove a few support
structures. This only affects the policy implementation, so this
shouldn't even be ABI sensitive.



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