Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libc++] NFC: only fwd-declare ABI-functions in exception_ptr.h condi…
…tionally This patch fixes the unconditional fodward-declarations of ABI-functions in exception_ptr.h, and makes it dependendent on the availability macro, as it should've been from the beginning. The declarations being unconditional break the build with libcxxrt before 045c52ce821388f4ae4d119fe4fb75f1eb547b85, now the are opt-out. * libcxx/include/__exception/exception_ptr.h Only forward-declare ABI-functions if they are meant to be used.
- Loading branch information