Skip to content

使用智能指针实现的简易版vector,避免重载=运算符浅拷贝后,使用析构函数释放内存的问题造成的内存泄漏问题。

License

Notifications You must be signed in to change notification settings

baiqinglun/myvector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myvector

使用智能指针实现的vector,避免重载=运算符浅拷贝后,使用析构函数释放内存的问题造成的内存泄漏问题。

About

使用智能指针实现的简易版vector,避免重载=运算符浅拷贝后,使用析构函数释放内存的问题造成的内存泄漏问题。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages