jnschulze / flutter-webview-windows

A WebView2-powered Flutter WebView implementation for the Windows platform.
BSD 3-Clause "New" or "Revised" License
203 stars 120 forks source link

Fix Visual Studio 17.6 builds #252

Closed jnschulze closed 1 year ago

jnschulze commented 1 year ago

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