|
|
||
|
I got the following output, which seems to be correct.
Foo::Foo() = 0x080618C8 ~Foo() = 0x080618C8 Done with test 1
Foo::Foo() = 0xBFFFF4D0 Foo::Foo(0xBFFFF4D0) = 0x08060BB8 ~Foo() = 0xBFFFF4D0 ~Foo() = 0x08060BB8 Done with test 2
-- waldemar
# stdout.log --------------------------------- Foo::Foo() = 0x000285C0 ~Foo() = 0x000285C0 Done with test 1
Foo::Foo() = 0xCFBFD480 Foo::Foo(0xCFBFD480) = 0x000285C0 ~Foo() = 0xCFBFD480 Done with test 2
~Foo() = 0x000285C0 # eof ---------------------------------