[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 07:50:18 PDT 2022


ldionne updated this revision to Diff 464280.
ldionne edited the summary of this revision.
ldionne added a comment.

Update commit message, remove `= delete` since they are not technically required.


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.464280.patch
Type: text/x-patch
Size: 9243 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220930/b6ddc135/attachment.bin>


More information about the libcxx-commits mailing list