[libcxx-commits] [PATCH] D99567: [libc++] Make future_error constructor standard-compliant.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 26 11:05:49 PDT 2023


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

Rebase the patch, avoid ABI break, make 100% conforming (at the cost of potential breakage).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99567

Files:
  libcxx/docs/ReleaseNotes/18.rst
  libcxx/include/future
  libcxx/src/future.cpp
  libcxx/test/std/thread/futures/futures.future_error/code.pass.cpp
  libcxx/test/std/thread/futures/futures.future_error/ctor.pass.cpp
  libcxx/test/std/thread/futures/futures.future_error/types.compile.pass.cpp
  libcxx/test/std/thread/futures/futures.future_error/types.pass.cpp
  libcxx/test/std/thread/futures/futures.future_error/what.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99567.557366.patch
Type: text/x-patch
Size: 12416 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230926/545e4fa0/attachment-0001.bin>


More information about the libcxx-commits mailing list