[libcxx-commits] [PATCH] D134943: [libc++] Fix ADL for `make_error_{code, condition}`

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Sep 30 11:59:14 PDT 2022


ldionne updated this revision to Diff 464348.
ldionne added a comment.

Please clang-tidy. Always use `= delete` because Clang supports it even in C++03.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134943

Files:
  libcxx/docs/Status/Cxx2bIssues.csv
  libcxx/include/system_error
  libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/lwg3629.pass.cpp
  libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/lwg3629.pass.cpp
  libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/lwg3629.pass.cpp
  libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/lwg3629.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134943.464348.patch
Type: text/x-patch
Size: 9285 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220930/c2a3d798/attachment-0001.bin>


More information about the libcxx-commits mailing list