Commit ea4bc3b1 by Szeberényi Imre

MS ver javitás

parent b1b3853a
......@@ -80,7 +80,7 @@ inclue-ok: 2017., 2018.
#define THROW_NOTHING
#else
// C++11 vagy jabb
#define THROW_BADALLOC noxcept(false)
#define THROW_BADALLOC noexcept(false)
#define THROW_NOTHING noexcept
#endif
#else
......
......@@ -80,7 +80,7 @@ inclue-ok: 2017., 2018.
#define THROW_NOTHING
#else
// C++11 vagy jabb
#define THROW_BADALLOC noxcept(false)
#define THROW_BADALLOC noexcept(false)
#define THROW_NOTHING noexcept
#endif
#else
......
......@@ -77,12 +77,12 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="memtrace.h" />
<ClInclude Include="string1.h" />
<ClInclude Include="string2.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="memtrace.cpp" />
<ClCompile Include="string1.cpp" />
<ClCompile Include="string1_main.cpp" />
<ClCompile Include="string2.cpp" />
<ClCompile Include="string2_main.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment