Files
ladybird/Userland/Libraries/LibGfx
Sam Atkins e5a25171fe LibGfx: Mark AffineTransform<T>::map() as only working for numeric T
The implementations for these methods is manually defined in the .cpp
file for `int` and `float`, meaning that other `T` values would fail -
but only once we got to the linking stage. This patch makes the error
happen much earlier, so it's more obvious.
2022-10-22 18:17:58 +02:00
..
2022-10-10 11:02:10 +01:00
2022-08-08 22:39:06 +02:00
2022-05-05 20:50:46 +02:00
2022-05-05 20:50:46 +02:00
2022-05-05 20:50:46 +02:00