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

Fix Visual Studio 17.6 builds #252

Merged
merged 1 commit into from Jul 26, 2023
Merged

Fix Visual Studio 17.6 builds #252

merged 1 commit into from Jul 26, 2023

Conversation

jnschulze
Copy link
Owner

Starting with Visual Studio 17.6 (and 16.11.14), MSVC now supports all C++20 features including std::format by just using /std:c++20 as opposed to /std:c++latest.

Fixes #239
Fixes #247
Fixes #251

@jnschulze jnschulze merged commit 9fcbf5e into main Jul 26, 2023
2 checks passed
@jnschulze jnschulze deleted the fix-msvc-build branch July 26, 2023 10:21
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.

Build error with err LNK2019 Link error during compilation for Windows in Flutter Build Error
1 participant