RE:ROOT 2.22.10: auto_ptr test results

From: Masaharu Goto (MXJ02154@nifty.ne.jp)
Date: Tue Aug 17 1999 - 14:15:23 MEST


Dear Matthew,

I implemented following fixes in cint5.14.15.

>  1) Only one of the two forms of calling the "auto_ptr" constructor
>     works:
>       auto_ptr<Foo> foo( new Foo() );  // OK
>       auto_ptr<Foo> foo = new Foo();   // broken

Now 2nd case works too.

>  2) "operator->" does not work.

Overloading of operator-> is implemented.

I'll test those changes by my test suite.

Thank you
Masaharu Goto



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:43:38 MET