Unexpected memory allocation behavior with std::vector and move semantics in C++20
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-17
c++ stdvector mov semantics c++20
I'm encountering an issue with `std::vector` and move semantics in C++20 that is causing unexpected memory allocations. I have a class `Data` that contains a `s...