[all-commits] [llvm/llvm-project] 40152b: [libc++][NFC] Inline std::function members into th...

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Tue Jul 14 06:05:42 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 40152b8767769873a8f0d99b857f07c874cccf4a
      https://github.com/llvm/llvm-project/commit/40152b8767769873a8f0d99b857f07c874cccf4a
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2026-07-14 (Tue, 14 Jul 2026)

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

  Log Message:
  -----------
  [libc++][NFC] Inline std::function members into the class body (#209461)

The `std::function` members are incredibly simple to the point where
they are just wrappers around internal functions. We can inline them
into the body to simplify the implementation a bit.



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