Is C++11 available in Visual Studio 2017?

前端 未结 4 1219
轮回少年
轮回少年 2020-12-16 14:04

I am currently using Visual Studio Community 2017. From looking at the C++ Language Standards in the project properties, they only provide C++14 and C++17. Since my code was

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-16 14:36

    As an update to this, VS 2017, Update 9.4 (releasd Dec 2018) is now fully C++17 compliant.

提交回复
热议问题