[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
Mon May 9 04:44:28 PDT 2022


philnik created this revision.
philnik added reviewers: ldionne, Mordante, var-const.
Herald added a subscriber: mgorny.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Fixes #54803
Fixes #53133


Repository:
  rG LLVM Github Monorepo

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/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.428034.patch
Type: text/x-patch
Size: 29184 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220509/5de6bef2/attachment-0001.bin>


More information about the libcxx-commits mailing list