[all-commits] [llvm/llvm-project] a3f244: [libc++][functional] Implement `std::bind_front<NT...

Jakub Mazurkiewicz via All-commits all-commits at lists.llvm.org
Sun Apr 19 08:59:50 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a3f244e2d5550e110daee562b88bee247b75d66c
      https://github.com/llvm/llvm-project/commit/a3f244e2d5550e110daee562b88bee247b75d66c
  Author: Jakub Mazurkiewicz <mazkuba3 at gmail.com>
  Date:   2026-04-19 (Sun, 19 Apr 2026)

  Changed paths:
    M libcxx/include/__functional/bind_front.h
    M libcxx/include/functional
    A libcxx/test/libcxx/utilities/function.objects/func.bind.partial/bind_front.nttp.compile.pass.cpp
    A libcxx/test/libcxx/utilities/function.objects/func.bind.partial/bind_front.nttp.nodiscard.verify.cpp
    A libcxx/test/std/utilities/function.objects/func.bind.partial/bind_front.nttp.pass.cpp
    A libcxx/test/std/utilities/function.objects/func.bind.partial/bind_front.nttp.verify.cpp
    M libcxx/test/std/utilities/function.objects/func.bind.partial/types.h

  Log Message:
  -----------
  [libc++][functional] Implement `std::bind_front<NTTP>` (#165096)

Add `std::bind_front<NTTP>` function from
[P2714R1](https://wg21.link/p2714r1).

Towards https://github.com/llvm/llvm-project/issues/105388.



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