Files
ladybird/Userland/Libraries/LibGfx
Ben Wiederhake ee18912373 LibGfx: Implement copy-assign for Matrix
This used to generate a warning about using a deprecated copy-assign,
default-generated by the compiler, and deprecated because we hand-
implement the copy-constructor. This warning is correct, since the
default-generated copy-assign may or may not be as efficient as memcpy.

This patch gets rid of the warning, and has either no performance impact
or a slightly positive one. If this turns out to be wrong, we should
probably also fix the copy-constructor.
2021-10-10 21:03:27 +01:00
..
2021-10-06 23:52:40 +01:00
2021-10-06 23:52:40 +01:00
2021-10-06 23:52:40 +01:00
2021-09-18 12:21:42 +02:00
2021-10-06 23:52:40 +01:00
2021-10-06 23:52:40 +01:00