mirror of
https://github.com/mariiaan/minipp.git
synced 2026-05-14 10:11:17 +02:00
cleanup
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
|
|
||||||
#include "minipp/minipp.hpp"
|
|
||||||
@@ -130,7 +130,6 @@
|
|||||||
<ClInclude Include="minipp\minipp.hpp" />
|
<ClInclude Include="minipp\minipp.hpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="DoubleFileTest.cpp" />
|
|
||||||
<ClCompile Include="test.cpp" />
|
<ClCompile Include="test.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
|
|||||||
@@ -23,8 +23,5 @@
|
|||||||
<ClCompile Include="test.cpp">
|
<ClCompile Include="test.cpp">
|
||||||
<Filter>Quelldateien</Filter>
|
<Filter>Quelldateien</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="DoubleFileTest.cpp">
|
|
||||||
<Filter>Quelldateien</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
@@ -233,6 +233,7 @@ namespace minipp
|
|||||||
#include <typeinfo>
|
#include <typeinfo>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <bitset>
|
#include <bitset>
|
||||||
|
|
||||||
#if MINIPP_ENABLE_DEBUG_OUTPUT
|
#if MINIPP_ENABLE_DEBUG_OUTPUT
|
||||||
@@ -957,4 +958,4 @@ bool minipp::MiniPPFile::Tools::IsIntegerDecimal(const std::string& str) noexcep
|
|||||||
}
|
}
|
||||||
|
|
||||||
#pragma endregion
|
#pragma endregion
|
||||||
#endif
|
#endif // MINIPP_IMPLEMENTATION
|
||||||
Reference in New Issue
Block a user