-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: When using msvc and compiling quic with C++20 there's a weird issue that the Looper is initialized with the wrong callbacks. I suspect that this is because the constructor was creating the lambda as part of the header file. Moving the constructor code to the cpp file fixed the issue Reviewed By: hanidamlaj, kvtsoy Differential Revision: D65994029 fbshipit-source-id: 9c5f47b62d0e0c74b5bce05f926e437e6aa2a3ab
- Loading branch information
1 parent
efba618
commit b92b323
Showing
2 changed files
with
29 additions
and
24 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