
11 Aug
2010
11 Aug
'10
3:20 p.m.
I currently have a boost::array in a share_ptr. This compiles and doesn't cause memory leaks. Should I expect memory leaks since I'm not using shared_array? Should I bother and convert over to shared_array? I would have expected a problem with boost::array and shared_ptr but I'm unsure about expected behavior. Ryan