[libcxx-commits] [PATCH] D124346: [libc++] Complete the implementation of N4190
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 20 23:52:55 PDT 2022
philnik updated this revision to Diff 438570.
philnik added a comment.
- Try to 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/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.438570.patch
Type: text/x-patch
Size: 84972 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220621/2c432133/attachment-0001.bin>
More information about the libcxx-commits
mailing list