(svn r8414) -Codechange: Use own AutoPtrT instead of std::auto_ptr.

-Simplifies assignment from raw pointers
 -Should be harder to crash the program by incorrect assignment into it.
 -Should help with MorphOS compilation errors
This commit is contained in:
KUDr
2007-01-26 11:38:07 +00:00
parent 29a332e829
commit 201ba1f5c3
5 changed files with 119 additions and 18 deletions

View File

@@ -1020,6 +1020,9 @@
<File
RelativePath=".\..\src\misc\autocopyptr.hpp">
</File>
<File
RelativePath=".\..\src\misc\autoptr.hpp">
</File>
<File
RelativePath=".\..\src\misc\binaryheap.hpp">
</File>

View File

@@ -1303,6 +1303,9 @@
<File
RelativePath=".\..\src\misc\autocopyptr.hpp">
</File>
<File
RelativePath=".\..\src\misc\autoptr.hpp">
</File>
<File
RelativePath=".\..\src\misc\binaryheap.hpp">
</File>