Ticket #158 (closed enhancement: worksforme)
Check that code generated code compiles with most up-to-date C++ standards
Reported by: | jasper | Owned by: | jasper |
---|---|---|---|
Priority: | minor | Milestone: | Maintenance of Phase II |
Component: | Code generation | Version: | |
Keywords: | Cc: |
Description
Change History
comment:2 Changed 2 years ago by jasper
- Status changed from new to closed
- Resolution set to worksforme
Zero problems reported using the following command line options
/JMC /permissive- /ifcOutput "x64\Debug\" /GS /W3 /Zc:wchar_t /I"C:\werk\CO\cobia\COBIA\COBIA\CLIENT" /ZI /Gm- /Od /sdl /Fd"x64\Debug\vc143.pdb" /Zc:inline /fp:precise /D "_DEBUG" /D "TESTMIXEDBASISUNIT_EXPORTS" /D "_WINDOWS" /D "_USRDLL" /D "_WINDLL" /D "_UNICODE" /D "UNICODE" /errorReport:prompt /WX- /Zc:forScope /RTC1 /Gd /MTd /std:c++20 /FC /Fa"x64\Debug\" /EHsc /nologo /Fo"x64\Debug\" /Fp"x64\Debug\TestMixedBasisUnit.pch" /diagnostics:column
Note: See
TracTickets for help on using
tickets.
Try a C++20 project with the following MSVC settings:
https://learn.microsoft.com/en-us/cpp/build/reference/permissive-standards-conformance?view=msvc-170&viewFallbackFrom=vs-2017