[libcxx-commits] [PATCH] D107785: [libc++] Add the __bind_back and __compose helpers

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 10 15:48:50 PDT 2021


ldionne updated this revision to Diff 365620.
ldionne added a comment.

Try to fix the modules build


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107785/new/

https://reviews.llvm.org/D107785

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__functional/bind_back.h
  libcxx/include/__functional/compose.h
  libcxx/include/functional
  libcxx/include/module.modulemap
  libcxx/test/libcxx/diagnostics/detail.headers/functional/bind_back.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/functional/compose.module.verify.cpp
  libcxx/test/libcxx/utilities/function.objects/func.bind.partial/bind_back.pass.cpp
  libcxx/test/libcxx/utilities/function.objects/func.bind.partial/compose.pass.cpp
  libcxx/test/std/utilities/function.objects/func.bind_front/bind_front.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107785.365620.patch
Type: text/x-patch
Size: 27889 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210810/62a708a7/attachment-0001.bin>


More information about the libcxx-commits mailing list