$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2005-05-18 10:54:19
By extensive error trace I mean the whole chain of instantiations with
lines like "instanciated from" ...
Sometimes this chain is dozens of lines long. Its the compile-time version
of a call stack. This can be used to trace back through the chain of calls
to determine which one didn't work as expected.
Robert Ramey
> Perhaps I don't know enough about VC 7.1, but what extensive error
> trace?
>
> c:\new_boost\boost\boost\serialization\access.hpp(107): error C2039:
> 'serialize'
>> is not a member of 'Jrs::SmartPtr<T>'
> with
> [
> T=D2::Message
> ]
>
> is all that I get. I can't begin to imagine how I would go about
> diagnosing the cause of the error.
>