
5 Nov
2011
5 Nov
'11
5:05 p.m.
Olaf van der Spek wrote:
On Sat, Nov 5, 2011 at 1:09 PM, Peter Dimov <pdimov@pdimov.com> wrote:
Olaf van der Spek wrote:
well, is the expected behavior. Every smart pointer tries to mimic raw pointers and the constructor ambiguity reduces this similarity. I also > don't want to update my code when it breaks.
What's the problem with updating your code?
It's not fun, especially when the cause is a component that has been stable for what, a decade now?
Are you using explicit construction with NULL or 0?
No. I don't use scoped_array and shared_array much (if at all).