Visual Studio (2015) fpermissive equivalent flag

后端 未结 2 469
暗喜
暗喜 2021-01-27 09:10

In VS2015 is there an equivalent flag of GCC -fpermissive? That\'s for a cpp application Thanks S.

2条回答
  •  深忆病人
    2021-01-27 09:27

    VC++ compiler permissive by default, but you can disable it using compiler flag /permissive- starting with VS2015 Update 3

提交回复
热议问题