Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libc++] Only forward-declare ABI-functions in exception_ptr.h if the…
…y are meant to be used (#84707) This patch fixes the unconditional forward-declarations of ABI-functions in exception_ptr.h, and makes it dependent on the availability macro, as it should've been from the beginning. The declarations being unconditional break the build with libcxxrt before 045c52ce8 [1], now they are opt-out. [1]: libcxxrt/libcxxrt@045c52c
- Loading branch information