如何在 Visual Studio 2019(16.3 预览版 4)中启用 c++20
How to enable c++20 in Visual Studio 2019 (16.3 preview 4)
如何在 Visual Studio 2019(16.3 预览版 4)中启用 c++20?
我很想测试一些 C++20 特性。
C++20 还不是标准。您可以从 Visual Studio 中的工作草案中选择启用最新支持的功能,但这显然既不完整也不保证以任何方式稳定:
右键单击您的项目 -> 属性 -> 常规 -> C++ 语言标准:Select "Preview - Features from the Latest C++ Working Draft (std:c++latest)"
如何在 Visual Studio 2019(16.3 预览版 4)中启用 c++20?
我很想测试一些 C++20 特性。
C++20 还不是标准。您可以从 Visual Studio 中的工作草案中选择启用最新支持的功能,但这显然既不完整也不保证以任何方式稳定:
右键单击您的项目 -> 属性 -> 常规 -> C++ 语言标准:Select "Preview - Features from the Latest C++ Working Draft (std:c++latest)"