[libcxx-commits] [PATCH] D130283: [libc++] Allow assigning std::rethrow_if_nested() to a function pointer
Xing Xue via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 22 09:22:55 PDT 2022
xingxue updated this revision to Diff 446869.
xingxue added a comment.
Addressed comments.
- Renamed test case to `call_through_funcptr.pass.cpp`;
- Define `main` as 'main(int, char**)`;
- Formatting changes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130283/new/
https://reviews.llvm.org/D130283
Files:
libcxx/include/exception
libcxx/test/std/language.support/support.exception/except.nested/call_through_funcptr.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130283.446869.patch
Type: text/x-patch
Size: 3370 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220722/2a8f2846/attachment-0001.bin>
More information about the libcxx-commits
mailing list