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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 22 01:13:32 PDT 2022


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rG681cde7dd8b5: [libc++] Complete the implementation of N4190 (authored by philnik).

Changed prior to commit:
  https://reviews.llvm.org/D124346?vs=438660&id=438937#toc

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/bind.h
  libcxx/include/__functional/binder1st.h
  libcxx/include/__functional/binder2nd.h
  libcxx/include/__functional/function.h
  libcxx/include/__functional/hash.h
  libcxx/include/__functional/mem_fn.h
  libcxx/include/__functional/mem_fun_ref.h
  libcxx/include/__functional/operations.h
  libcxx/include/__functional/pointer_to_binary_function.h
  libcxx/include/__functional/pointer_to_unary_function.h
  libcxx/include/__functional/reference_wrapper.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/layout.binary.compile.pass.cpp
  libcxx/test/libcxx/utilities/function.objects/refwrap/layout.unary.compile.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.depr.verify.cpp
  libcxx/test/std/depr/depr.function.objects/depr.base/binary_function.pass.cpp
  libcxx/test/std/depr/depr.function.objects/depr.base/unary_function.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/function.objects/refwrap/binder_typedefs.compile.pass.cpp
  libcxx/test/std/utilities/function.objects/refwrap/weak_result.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.438937.patch
Type: text/x-patch
Size: 85234 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220622/1641fc8d/attachment-0001.bin>


More information about the libcxx-commits mailing list