[libcxx-commits] [PATCH] D125221: [libc++] Fix conjunction/disjunction and mark a few LWG issues as complete

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat May 21 15:10:50 PDT 2022


philnik updated this revision to Diff 431181.
philnik added a comment.

- Try to fix GCC


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125221

Files:
  libcxx/docs/Status/Cxx17Issues.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__type_traits/conditional.h
  libcxx/include/__type_traits/conjunction.h
  libcxx/include/__type_traits/disjunction.h
  libcxx/include/module.modulemap
  libcxx/include/type_traits
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/std/utilities/meta/meta.logical/conjunction.compile.pass.cpp
  libcxx/test/std/utilities/meta/meta.logical/conjunction.pass.cpp
  libcxx/test/std/utilities/meta/meta.logical/disjunction.compile.pass.cpp
  libcxx/test/std/utilities/meta/meta.logical/disjunction.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125221.431181.patch
Type: text/x-patch
Size: 32348 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220521/7f2909c8/attachment-0001.bin>


More information about the libcxx-commits mailing list