|
Boost Testing : |
From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2005-05-01 22:12:51
On May 1, 2005, at 8:10 PM, Victor A. Wagner Jr. wrote:
> Ok, the obvious thing is that the error says "can't dereference
> auto_ptr"
> the reason it cannot dereference it, is the pointer is 0 and the
> statement is:
> return *m_property;
> and the return type is Property&
Thanks for tracking it this far... I haven't a clue what is happening,
but I should be able to track it down in GCC's debug mode. Best of luck
on your interview.
Doug