[libcxx-commits] [PATCH] D97176: [libcxx] adds concepts std::equality_comparable[_with]
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 3 14:50:07 PST 2021
cjdb updated this revision to Diff 327931.
cjdb added a comment.
fixes GCC build errors:
- guards against missing `std::mutex`/`std::lock_guard`
- completes `S` type since GCC doesn't handle that https://godbolt.org/z/5x5n5z.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97176/new/
https://reviews.llvm.org/D97176
Files:
libcxx/include/concepts
libcxx/test/std/concepts/comparison/concepts.equalitycomparable/equality_comparable.compile.pass.cpp
libcxx/test/std/concepts/comparison/concepts.equalitycomparable/equality_comparable_with.compile.pass.cpp
libcxx/test/std/concepts/comparison/types.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97176.327931.patch
Type: text/x-patch
Size: 81724 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210303/827f1e0d/attachment-0001.bin>
More information about the libcxx-commits
mailing list