[libcxx-commits] [PATCH] D148553: [libc++] Use the __is_trivially_equality_comparable builtin
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun May 7 18:38:23 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG746cf7e38cc4: [libc++] Use the __is_trivially_equality_comparable builtin (authored by philnik).
Changed prior to commit:
https://reviews.llvm.org/D148553?vs=520202&id=520233#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148553/new/
https://reviews.llvm.org/D148553
Files:
libcxx/include/CMakeLists.txt
libcxx/include/__algorithm/equal.h
libcxx/include/__string/char_traits.h
libcxx/include/__string/constexpr_c_functions.h
libcxx/include/__type_traits/is_equality_comparable.h
libcxx/include/__type_traits/is_trivially_lexicographically_comparable.h
libcxx/include/module.modulemap.in
libcxx/test/libcxx/private_headers.verify.cpp
libcxx/test/libcxx/strings/c.strings/constexpr.cstring.compile.pass.cpp
libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp
libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/compare.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148553.520233.patch
Type: text/x-patch
Size: 49392 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230508/b244355d/attachment-0001.bin>
More information about the libcxx-commits
mailing list