&& and move functionI got this code: [code] class A; A&& foo() { A a; return std::move(a); } [/code] My question is...
This user does not accept Private Messages