Cpp Code Review

12 Nov 2022

[ c++  coding  development  ]

Rules

Sensitive memory removal

Can be fixed by:

Comparison

struct Foo {
auto operator<=>(const Foo &rhs) const = default;
};

Reference