8 ms·
Yeah, the second one is supposed to read `Apple&& Cat(Apple&& val) { return val; }` — but the return type's `&&` was omitted by accident.
by quuxplusone 15d ago
Yeah, the second one is supposed to read `Apple&& Cat(Apple&& val) {
return val;
}` — but the return type's `&&` was omitted by accident.