Re: [boost] Re: auto_ptr/move issue

2003-02-03 Thread Howard Hinnant
On Monday, February 3, 2003, at 12:53 PM, David B. Held wrote: So, apologies to Howard if it looked like I was calling him a copycat. That was not my intent in the least. No, I did not read your question that way. No apologies necessary at all. "I plan to implement Mojo in SmartPtr. Does

Re: [boost] Re: auto_ptr/move issue

2003-02-03 Thread Peter Dimov
From: "David B. Held" <[EMAIL PROTECTED]> > "Howard Hinnant" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > [...] > > I presented code under the thread "SmartPtr (Loki) - auto_ptr/move > > c'tor issue" on Jan. 28 which does this. For easy reference, here is

Re: [boost] Re: auto_ptr/move issue

2003-01-31 Thread Howard Hinnant
On Friday, January 31, 2003, at 10:59 AM, David B. Held wrote: "Howard Hinnant" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... [...] I presented code under the thread "SmartPtr (Loki) - auto_ptr/move c'tor issue" on Jan. 28 which does this. For easy reference

Re: [boost] Re: auto_ptr/move issue

2003-01-31 Thread David Abrahams
"David B. Held" <[EMAIL PROTECTED]> writes: > "Howard Hinnant" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... >> [...] >> I presented code under the thread "SmartPtr (Loki) - auto_ptr/move >> c'tor issue" on Jan. 28 which does this. For easy reference, here is