
18 May
2005
18 May
'05
3:54 p.m.
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.