EgtLock :

- ricompilazione per passaggio a C++ 20.
This commit is contained in:
Dario Sassi
2025-11-01 17:17:44 +01:00
parent 3f14c9a4c9
commit 52f0109a95
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -101,7 +101,7 @@
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
<MinimalRebuild>false</MinimalRebuild>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<LanguageStandard>stdcpp17</LanguageStandard>
<LanguageStandard>stdcpp20</LanguageStandard>
<OpenMPSupport>false</OpenMPSupport>
</ClCompile>
<Link>
@@ -122,7 +122,7 @@ copy $(TargetDir)$(TargetName).lib \EgtDev\Lib\</Command>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
<MinimalRebuild>false</MinimalRebuild>
<LanguageStandard>stdcpp17</LanguageStandard>
<LanguageStandard>stdcpp20</LanguageStandard>
<SuppressStartupBanner>false</SuppressStartupBanner>
</ClCompile>
<Link>
@@ -146,7 +146,7 @@ copy $(TargetDir)$(TargetName).lib \EgtDev\Lib\</Command>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
<LanguageStandard>stdcpp17</LanguageStandard>
<LanguageStandard>stdcpp20</LanguageStandard>
<OpenMPSupport>false</OpenMPSupport>
</ClCompile>
<Link>
@@ -172,7 +172,7 @@ copy $(TargetDir)$(TargetName).lib \EgtDev\Lib\</Command>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
<OmitFramePointers>false</OmitFramePointers>
<LanguageStandard>stdcpp17</LanguageStandard>
<LanguageStandard>stdcpp20</LanguageStandard>
<SuppressStartupBanner>false</SuppressStartupBanner>
</ClCompile>
<Link>
+1 -1
View File
@@ -30,7 +30,7 @@
using namespace std ;
//----------------------------------------------------------------------------
static const int MIN_DAYS = 20089 ; // giorni dal 01/01/1970 al 01/01/2025
static const int MIN_DAYS = 20390 ; // giorni dal 01/01/1970 al 29/10/2025
static const int N_STEP = 7 ;
//----------------------------------------------------------------------------