(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:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user