On 11/29/2016 12:55 AM, Alf P. Steinbach wrote:
>> lvalue.c|69 col 20| note: declared here
>> || std::vector<T> _ofthings;
>> || ^~~~~~~~~
>>
>>
>> I'm not making any const variable or a static variable.
>
> The `friend` function is not a member function.
>
> There is no `this` object.
yeah, I take it back. You can be right sometimes. I fixed that but it
came back with a different error. I'll post it later. This is supposed
to be the simplified test case of a larger program. And it is tripping
me up on many parts.