It's an immediate red flag to see `T::T(T)` used anywhere for non-trivial objects or PODs or something not word-size. Typically C++ requires a lot of plumbing to use value semantics with `std::move` everywhere and…
It's an immediate red flag to see `T::T(T)` used anywhere for non-trivial objects or PODs or something not word-size. Typically C++ requires a lot of plumbing to use value semantics with `std::move` everywhere and…