C++ #std::move doesn't actually move anything! 😱 Dive into 42 minutes of existential crisis with a deep dive into value categories, where #optimization ironically slows things down. Because who doesn't love reading about convoluted code that does absolutely nothing? πŸ§πŸ’»
https://0xghost.dev/blog/std-move-deep-dive/ #C++ #ValueCategories #CodeCrisis #ExistentialTech #HackerNews #ngated
std::move doesn't move anything: A deep dive into Value Categories

Why std::move is just a cast, how it kills RVO if used wrong, and the mechanics of ownership transfer.