[libcxx-commits] [PATCH] D130283: [libc++] Allow assigning std::rethrow_if_nested() to a function pointer
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 17 07:34:11 PDT 2023
philnik added a comment.
e.g. http://eel.is/c++draft/fmtflags.manip#1 specifies that functions are addressable. `rethrow_if_nested` isn't addressable AFAIK, so I don't think we want to provide that guarantee.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130283/new/
https://reviews.llvm.org/D130283
More information about the libcxx-commits
mailing list