[libcxx-commits] [PATCH] D124346: [libc++] Complete the implementation of N4190

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 6 04:31:37 PDT 2022


philnik updated this revision to Diff 427598.
philnik marked 2 inline comments as done.
philnik added a comment.

- Fix CI


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124346

Files:
  libcxx/docs/ReleaseNotes.rst
  libcxx/docs/Status/Cxx17Papers.csv
  libcxx/include/__config
  libcxx/include/__functional/binary_function.h
  libcxx/include/__functional/binary_negate.h
  libcxx/include/__functional/binder1st.h
  libcxx/include/__functional/binder2nd.h
  libcxx/include/__functional/function.h
  libcxx/include/__functional/mem_fn.h
  libcxx/include/__functional/mem_fun_ref.h
  libcxx/include/__functional/pointer_to_binary_function.h
  libcxx/include/__functional/pointer_to_unary_function.h
  libcxx/include/__functional/unary_function.h
  libcxx/include/__functional/unary_negate.h
  libcxx/include/__functional/weak_result_type.h
  libcxx/include/__memory/auto_ptr.h
  libcxx/include/__memory/shared_ptr.h
  libcxx/include/__memory/unique_ptr.h
  libcxx/include/bitset
  libcxx/include/ext/__hash
  libcxx/include/map
  libcxx/include/memory
  libcxx/include/string
  libcxx/include/string_view
  libcxx/include/system_error
  libcxx/include/thread
  libcxx/include/typeindex
  libcxx/include/vector
  libcxx/test/libcxx/utilities/function.objects/refwrap/binary.pass.cpp
  libcxx/test/libcxx/utilities/function.objects/refwrap/unary.pass.cpp
  libcxx/test/std/containers/sequences/vector.bool/vector_bool.pass.cpp
  libcxx/test/std/depr/depr.function.objects/depr.base/binary_function.pass.cpp
  libcxx/test/std/depr/depr.function.objects/depr.base/depr.verify.cpp
  libcxx/test/std/depr/depr.function.objects/depr.base/unary_function.pass.cpp
  libcxx/test/std/diagnostics/syserr/syserr.hash/error_code.pass.cpp
  libcxx/test/std/diagnostics/syserr/syserr.hash/error_condition.pass.cpp
  libcxx/test/std/strings/basic.string.hash/strings.pass.cpp
  libcxx/test/std/strings/string.view/string.view.hash/string_view.pass.cpp
  libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/thread_id.pass.cpp
  libcxx/test/std/utilities/function.objects/func.require/binary_function.pass.cpp
  libcxx/test/std/utilities/function.objects/func.require/unary_function.pass.cpp
  libcxx/test/std/utilities/template.bitset/bitset.hash/bitset.pass.cpp
  libcxx/test/std/utilities/type.index/type.index.hash/hash.pass.cpp
  libcxx/test/std/utilities/type.index/type.index.synopsis/hash_type_index.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124346.427598.patch
Type: text/x-patch
Size: 39854 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220506/4c58160a/attachment-0001.bin>


More information about the libcxx-commits mailing list