[all-commits] [llvm/llvm-project] be8622: [libc++] Implement any_of in terms of find_if (#20...

Louis Dionne via All-commits all-commits at lists.llvm.org
Thu Jul 23 06:38:43 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: be86221af36d62be2e25a8b6e89ae8199d9dce0a
      https://github.com/llvm/llvm-project/commit/be86221af36d62be2e25a8b6e89ae8199d9dce0a
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2026-07-23 (Thu, 23 Jul 2026)

  Changed paths:
    M libcxx/include/__algorithm/any_of.h

  Log Message:
  -----------
  [libc++] Implement any_of in terms of find_if (#207274)

This way, any optimizations in find_if will be picked up by any_of.

Closes #129310



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