Replies: 1 comment 2 replies
-
我还没见过有谁用 const 右值引用的.. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/idealvin/cocoyaxi/blob/a9fc2fa580243e5e4d48048ea13b1db3bab1b4b8/include/co/def.h#L40
是不是可以考虑将
T(const T&&) = delete; void operator=(const T&&) = delete;
也加到这个宏里面
Beta Was this translation helpful? Give feedback.
All reactions