20 May
2009
20 May
'09
11:48 a.m.
Seems the problem was how I was using the & operator. I changed my save() method innards from: ar & get_when(); to ar & when; and it compiled fine. I suspect I left a const off on the accessors (which I'll test shortly). Sorry for the false alarm and thanks again Steven. -S