针对你遇到的问题“error c7555: 使用指定的初始值设定项至少需要‘/std++20’”,我们可以从以下几个方面来解答: 1. 理解错误信息 错误信息“error c7555: 使用指定的初始值设定项至少需要‘/std++20’”表明,你的代码中使用了某些在C++20标准中才引入的特性,但是当前编译器的标准设置低于C++20,因此无法正确编译...
We are using vcpkg to install and build Folly. It failed due to the following error: \folly\experimental\io\MuxIOThreadPoolExecutor.cpp(58): error C7555: use of designated initializers requires at least '/std:c++20' Could you please take a look at this issue? Thanks. Repro steps: git ...