fix issue #707; rename a local template parameter (destroy) to work around two-phase template resolve in msvc 2019

This commit is contained in:
Daan Leijen 2023-03-15 20:31:52 -07:00
parent 2e6ab0f230
commit 824fd8a7b1
4 changed files with 13 additions and 13 deletions

View file

@ -129,7 +129,7 @@
<ConformanceMode>true</ConformanceMode>
<AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;MI_DEBUG=3;%(PreprocessorDefinitions);</PreprocessorDefinitions>
<CompileAs>CompileAsC</CompileAs>
<CompileAs>CompileAsCpp</CompileAs>
<SupportJustMyCode>false</SupportJustMyCode>
<LanguageStandard>stdcpp14</LanguageStandard>
</ClCompile>