[all-commits] [llvm/llvm-project] d03aa7: [libc++] NFCI: Remove __functional/search.h

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue Jun 29 08:41:05 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d03aa7d6b66fd741db2d937c18a6c6675037b888
      https://github.com/llvm/llvm-project/commit/d03aa7d6b66fd741db2d937c18a6c6675037b888
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-06-29 (Tue, 29 Jun 2021)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__algorithm/search.h
    R libcxx/include/__functional/search.h
    M libcxx/include/experimental/functional
    M libcxx/include/functional
    M libcxx/include/module.modulemap
    M libcxx/include/regex

  Log Message:
  -----------
  [libc++] NFCI: Remove __functional/search.h

The __search helper function was once split into __functional for circular
dependency reasons, however this is not an issue anymore now that we have
finer grained headers.




More information about the All-commits mailing list