Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix weird compile error in SemiFuture::within
Summary: Blames to {D60095691}. ``` folly/futures/Future-inl.h:2144:11: error: unused type alias 'Base' [-Werror,-Wunused-local-typedef] using Base = futures::detail::WithinContextBase; ^ ``` Reviewed By: Gownta Differential Revision: D60146633 fbshipit-source-id: 8307635dfa22de7d9c7752da5c330dba661a6303
- Loading branch information