j
k
j a
j l
You mean the case
void func1() { array x;
...
void func2() { return x; }
x=func2(); }
where x shouldn't be without references during the call to func2?
Feels like that should be solved in some other way...
Back to the thread
Back to the list