05-21-2012, 06:20 AM
yeah, my bad, auto_ptr is bad for arrays. But I don't think it's so bad for normal objects that you need to get rid of at scope end.
I'll rewrite those bad char arrays. Later. Ish.
Good catch. This might be the actual cause of some failures on some platforms (unfortunately it works in MSVC, probably even in GCC)
I'll rewrite those bad char arrays. Later. Ish.
Good catch. This might be the actual cause of some failures on some platforms (unfortunately it works in MSVC, probably even in GCC)