In VS2015 is there an equivalent flag of GCC -fpermissive? That\'s for a cpp application Thanks S.
VC++ compiler permissive by default, but you can disable it using compiler flag /permissive- starting with VS2015 Update 3