Is C++11 available in Visual Studio 2017?

前端 未结 4 1221
轮回少年
轮回少年 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:23

    Microsoft I think has declared that

    Note that there is no plan to add a C++11 switch. link

    So there's not an explicit switch

提交回复
热议问题