I have a large Visual Studio Solution with approx 25 projects. I want to write a new independent project in this solution which i would like to use c++ 17 language standard. All the remaining projects are at c++11 language standard. The platform toolset (v141) and SDK version would be same among all these projects.
I would like to know if doing this is advisable OR can cause any issues during runtime? The new project will not be used by any of the existing projects BUT the final installer will keep all the artifacts produced by these projects in single location.
I would later like to have similar setup on Linux as well where i would like to pass -std=c++17 for this new module while building whereas remaining old ones will still use -std=c++11.
Any advise?
Aucun commentaire:
Enregistrer un commentaire