forked from facebookexperimental/libunifex
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around an MSVC bug in C++20 mode (facebookexperimental#492)
* Work around an MSVC bug in C++20 mode PR facebookexperimental#489 seems to have found a bug in MSVC when compiling `variant_sender` in C++20 mode. This diff adds a test that I expect to pass everywhere but fail to build with MSVC. The next diff will fix the problem with a work-around. * Actually work around MSVC's bug This diff works around the bug revealed by the test added in the previous diff.
- Loading branch information
1 parent
bc7bd90
commit 512efff
Showing
2 changed files
with
14 additions
and
5 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