更新文件
This commit is contained in:
@@ -78,6 +78,9 @@
|
||||
<ItemGroup>
|
||||
<ClCompile Include="main.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="TypeTraits.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
|
||||
@@ -19,4 +19,9 @@
|
||||
<Filter>源文件</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="TypeTraits.h">
|
||||
<Filter>头文件</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -2,8 +2,7 @@
|
||||
#define _TYPE_TRAITS_H_
|
||||
|
||||
namespace TinySTL{
|
||||
namespace zstd
|
||||
{
|
||||
|
||||
struct _true_type { };
|
||||
struct _false_type { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user