int retv = myclass();
here myclass() is rvalue
it doesn't exist after use
cls is lvalue
it will exist until the the scope ends
【 在 hyperLee 的大作中提到: 】
: 继续测了一下, 发现如果明确写出 myclass cls; 那么这个cls会在函数返回时候才销毁.
: 但是主帖里边的做法, 好像在c++中还真找不出规则来. 未定义行为?
:
--
修改:mvtec FROM 67.163.48.*
FROM 67.163.48.*