mccoyst / min-game

Automatically exported from code.google.com/p/min-game
MIT License
2 stars 1 forks source link

Too Many shared_ptrs #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Most of our resources will stick around forever; we're just gumming things up 
with shared_ptrs everywhere. Some things should be put into unique_ptrs (e.g. 
the temporary image used by Text::Draw) but many can just be raw.

Original issue reported on code.google.com by Mcco...@gmail.com on 7 May 2012 at 6:47

GoogleCodeExporter commented 9 years ago

Original comment by burns.ethan@gmail.com on 11 May 2012 at 9:50

GoogleCodeExporter commented 9 years ago
Can you take a look at my use of unique_ptrs here?

Original comment by burns.ethan@gmail.com on 11 May 2012 at 10:29

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 2100e1651743.

Original comment by burns.ethan@gmail.com on 12 May 2012 at 11:48