Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
folly/coro/Coroutine.h: avoid a -Wdeprecated-this-capture warning
Summary: Avoid build failure with xcode 15.4. While -Wdeprecated-experimental-coroutine was deleted in upstream llvm17, `__APPLE__` llvm reflects that deletion in their version llvm16. Updating to xcode 16.0.0 RC1 makes this change unnecessary. Reviewed By: Orvid Differential Revision: D62769728 fbshipit-source-id: 584ca8b09a3bce54fb5efa2365a9f447029db020
- Loading branch information