更新文件

This commit is contained in:
邹晓航
2014-09-17 09:00:40 +08:00
parent 612cc989b8
commit a60348ca81
3 changed files with 239 additions and 232 deletions

View File

@@ -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>

View File

@@ -19,4 +19,9 @@
<Filter>源文件</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="TypeTraits.h">
<Filter>头文件</Filter>
</ClInclude>
</ItemGroup>
</Project>

View File

@@ -2,8 +2,7 @@
#define _TYPE_TRAITS_H_
namespace TinySTL{
namespace zstd
{
struct _true_type { };
struct _false_type { };