cgru icon indicating copy to clipboard operation
cgru copied to clipboard

afanasy: delete copy and move operators of af::Msg

Open grische opened this issue 7 months ago • 2 comments

While debugging, I accidentally used the copy assignment in a test which lead me down completely wrong rabbit hole. Deleting them explicitely will throw compile errors in case they are being used somewhere.

grische avatar Jun 11 '25 17:06 grische

We use only those constructors and operators, that a implemented. Debugging such a complex program is not a good approach. The best way it to catch a bug. ps If there are any errors in such mature classes it should not work at all. And it works in many companies 24/7. You just faced some job that cause special bug.

timurhai avatar Jun 18 '25 11:06 timurhai

This has nothing to do with any bug, it's just code improvements that make it easier to work on the cgru code.

grische avatar Jun 18 '25 12:06 grische