-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: It uses `std::array<CancellationCallback, N>`. But `CancellationCallback` is not default-constructible, and `N` may be zero, and MSVC < v19.31 fails to support this combination. Reviewed By: Gownta Differential Revision: D64644003 fbshipit-source-id: 0012977e5ba90f826b5256d2ac3239483ce7cf75
- Loading branch information
1 parent
e57ce30
commit e30d4fb
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters