On Fri, 18 Nov 2016 12:14:35 -0800, red floyd wrote:
> *THINK* he's trying to use an initializer list. I've already told him
> his syntax for that is wrong.
no I am not. Nor was I doing that before. I'm building accessory
methods to private data. It happens to be a copy constructor and there
is no initializer list. I did wonder if I could, however, condense this
into an initializer list, in this case, because I am accessing a
parameter and then evaluating its value, which is a class instance, and
calling a member of the class which returns a value with is assigned to a
member of 'this'.