Commit ea4bc3b1 by Szeberényi Imre

MS ver javitás

parent b1b3853a
...@@ -80,7 +80,7 @@ inclue-ok: 2017., 2018. ...@@ -80,7 +80,7 @@ inclue-ok: 2017., 2018.
#define THROW_NOTHING #define THROW_NOTHING
#else #else
// C++11 vagy jabb // C++11 vagy jabb
#define THROW_BADALLOC noxcept(false) #define THROW_BADALLOC noexcept(false)
#define THROW_NOTHING noexcept #define THROW_NOTHING noexcept
#endif #endif
#else #else
......
...@@ -80,7 +80,7 @@ inclue-ok: 2017., 2018. ...@@ -80,7 +80,7 @@ inclue-ok: 2017., 2018.
#define THROW_NOTHING #define THROW_NOTHING
#else #else
// C++11 vagy jabb // C++11 vagy jabb
#define THROW_BADALLOC noxcept(false) #define THROW_BADALLOC noexcept(false)
#define THROW_NOTHING noexcept #define THROW_NOTHING noexcept
#endif #endif
#else #else
......
...@@ -77,12 +77,12 @@ ...@@ -77,12 +77,12 @@
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="memtrace.h" /> <ClInclude Include="memtrace.h" />
<ClInclude Include="string1.h" /> <ClInclude Include="string2.h" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClCompile Include="memtrace.cpp" /> <ClCompile Include="memtrace.cpp" />
<ClCompile Include="string1.cpp" /> <ClCompile Include="string2.cpp" />
<ClCompile Include="string1_main.cpp" /> <ClCompile Include="string2_main.cpp" />
</ItemGroup> </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <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