Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix implicit capture of "this" in SaturatingSemaphore.h
Summary: Implicit capture of `this` by value is deprecated in C++ 20 and will produce a compiler warning. Replace the capture with explicit `this`. Reviewed By: ot Differential Revision: D49314861 fbshipit-source-id: 6d81dc030bd03226635eb538c7eaf4cae4f2f3b9
- Loading branch information