
11 Aug
2010
11 Aug
'10
3:41 p.m.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday 11 August 2010, Ryan McConnehey wrote:
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?
No, you'll only have problems if you give shared_ptr a plain old array that needs to be deleted with an array delete []. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkxixJMACgkQ5vihyNWuA4XOrACaA8NiVy46sfoKH2FvnLNTfHQ4 cVsAoNjUOT5YCF50M3Epycg+jJIgPjmm =AbGd -----END PGP SIGNATURE-----