Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade project to use C++20 named modules #45

Merged
merged 12 commits into from
Nov 22, 2023
Merged

Upgrade project to use C++20 named modules #45

merged 12 commits into from
Nov 22, 2023

Conversation

vbaderks
Copy link
Contributor

@vbaderks vbaderks commented Nov 19, 2023

Visual Studio 2022 17.8 has become available, which include stable support for named modules and header units.
Update the main project to use named modules. Import Windows and STL include files using header units.
Disable precompiled headers as they are not needed anymore.

Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 5 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

warning The version of Java (11.0.17) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

@vbaderks vbaderks marked this pull request as ready for review November 22, 2023 20:48
@vbaderks vbaderks merged commit d0e00ce into main Nov 22, 2023
8 checks passed
@vbaderks vbaderks deleted the cpp-modules branch November 22, 2023 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant