Menu

#2 Change All STL Map, List , etc to Pointer Types

v.25
open
nobody
5
2007-10-26
2007-10-26
Dan
No

Currently there are a number of STL objects in the code base that dereference the pointer and create a new object. All returns which return by value should be changed to return by reference.

Discussion


Log in to post a comment.