Florian Xaver@mastodon.socialtoC++@programming.dev•On harmful overuse of std::move - The Old New Thing
2·
11 months ago@BatmanAoD @Miaou It is just what you are used to.
In C++ everything is a copy. Sometimes the compiler optimizes it away. clang-tidy may help. Having a clone() is very C-like.
@5C5C5C @SuperFola You don’t have to fix C++. Just use the appropriate level of abstraction. Else be happy that there is backward compatibility.