-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MSVC regression-test job in CI now uses
-include-std
to workaround …
…a problem with support for C++ modules (#944) * Don't use C++ modules with MSVC CI job (see #943) * Ignore changes to CPP2_INCLUDE_STD or CPP2_IMPORT_STD (#943) * Update some MSVC test-results
- Loading branch information
1 parent
ec19f91
commit c902f2b
Showing
4 changed files
with
10 additions
and
4 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
2 changes: 1 addition & 1 deletion
2
regression-tests/test-results/msvc-2022/pure2-repeated-call.cpp.execution
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1268118805 | ||
5558979605539197941 |
2 changes: 1 addition & 1 deletion
2
regression-tests/test-results/msvc-2022/pure2-union.cpp.execution
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
sizeof(x) is 28 | ||
sizeof(x) is 40 | ||
(not a name) | ||
xyz | ||
42 |
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