[libcxx-commits] [PATCH] D106848: [libcxx] Don't define exception types with -fno-exceptions
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 27 07:29:47 PDT 2021
ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.
I would like to avoid providing a different API for when exceptions are enabled vs disabled.
Do you guys know what the rationale is for the VC runtime not to provide `std::exception`? I think we should try to align with them. My ideal resolution would simply be that the VC runtime provides the `std::exception` class even when `-fno-exceptions` is used, since that's what all other platforms do.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106848/new/
https://reviews.llvm.org/D106848
More information about the libcxx-commits
mailing list