添加vecotr的迭代器
This commit is contained in:
@@ -85,6 +85,7 @@
|
||||
<ClInclude Include="Iterator.h" />
|
||||
<ClInclude Include="TypeTraits.h" />
|
||||
<ClInclude Include="UninitializedFunctions.h" />
|
||||
<ClInclude Include="Vector.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
|
||||
@@ -38,5 +38,8 @@
|
||||
<ClInclude Include="Iterator.h">
|
||||
<Filter>头文件</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="Vector.h">
|
||||
<Filter>头文件</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -5,8 +5,6 @@
|
||||
#include "Iterator.h"
|
||||
#include "TypeTraits.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
namespace TinySTL{
|
||||
|
||||
/***************************************************************************/
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
#include "Allocator.h"
|
||||
#include "Construct.h"
|
||||
#include "Vector.h"
|
||||
#include "UninitializedFunctions.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
Reference in New Issue
Block a user