Translation: Use a pointer type as the template argument.
Review Request #771 - Created July 3, 2011 and submitted
| Information | |
|---|---|
| Gabe Black | |
| gem5 | |
| Reviewers | |
| Default | |
| ali, gblack, nate, stever | |
Translation: Use a pointer type as the template argument. This allows regular pointers and reference counted pointers without having to use any shim structures or other tricks.
Looks fine to me... A quick check to verify that we don't have a memory leak would be nice.
