Need support to build ISO C++03 standard in Visual Studio 2017.
Hong, Juyeon
1
Reputation point
My current project strictly requires building ISO C++03 standard due to safety restriction.
I am currently using in Visual Studio 2017, but the property shows only /std:c++14, /std:c++17 only.
How can I compile and build to ISO C++03 standard on VS2017?
I need to meet MISRA standards for c++ which is only c++03, have been struggling pretty long but yet haven't found out solution.
Thank you.
Sign in to answer