9 Jun
2005
9 Jun
'05
2:46 p.m.
Marcin Tustin wrote:
Jeff Flinn
writes: What is the return type of getType()? If it's 'uint32' per the error message, and the Archive type is '*_oarchive', your attempting to assign a value to a temporary rvalue(terminology?). If it did compile, I doubt it would perform as your expecting.
Initially, I didn't understand your point until I realised that my code is fantastically stupid. Am I being stupid in thinking that you mean '*_iarchive'? Or am I even more confused than I realise.
Oops, I was thinking iarchive, but that's not what came out of my fingertips. Sorry for the (further) confusion. Jeff Flinn