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

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 31 02:58:47 PDT 2021


curdeius updated this revision to Diff 334390.
curdeius marked 5 inline comments as done.
curdeius added a comment.

- Apply review comments.
- Add future_error::__tag and rewrite ctors.
- Test noexcept.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99567

Files:
  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.fail.cpp
  libcxx/test/std/thread/futures/futures.future_error/what.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99567.334390.patch
Type: text/x-patch
Size: 8096 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210331/2425efa0/attachment.bin>


More information about the libcxx-commits mailing list