Andreas Kling
865f524d5b
AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers
...
Now that we have RTTI in userspace, we can do away with all this manual
hackery and use dynamic_cast.
We keep the is<T> and downcast<T> helpers since they still provide good
readability improvements. Note that unlike dynamic_cast<T>, downcast<T>
does not fail in a recoverable way, but will assert if the object being
casted is not a T.
2021-01-01 15:33:30 +01:00
..
2021-01-01 15:33:30 +01:00
2020-12-15 20:40:10 +01:00
2020-12-30 20:40:30 +01:00
2021-01-01 15:33:30 +01:00
2020-12-08 23:41:45 +01:00
2020-12-10 11:02:46 +01:00
2021-01-01 15:33:30 +01:00
2021-01-01 15:33:30 +01:00
2020-12-31 22:15:00 +01:00
2020-12-21 00:09:48 +01:00
2020-12-04 18:02:21 +01:00
2020-07-26 20:05:15 +02:00
2021-01-01 15:33:30 +01:00
2020-12-27 21:25:27 +01:00
2021-01-01 15:33:30 +01:00
2020-12-15 20:40:10 +01:00
2020-08-21 11:57:11 +02:00
2020-08-16 16:44:09 +02:00
2020-12-26 10:05:50 +01:00
2020-12-08 23:36:19 +01:00
2020-12-14 20:43:25 +01:00
2020-12-12 00:29:49 +01:00
2020-12-28 21:28:40 +01:00
2020-12-08 23:36:19 +01:00
2020-12-04 16:27:07 +01:00
2020-08-16 16:44:09 +02:00
2020-12-31 21:51:00 +01:00
2020-10-22 15:24:42 +02:00
2020-09-22 20:10:20 +02:00
2020-12-29 00:47:30 +01:00
2020-12-29 00:47:30 +01:00
2020-10-22 15:24:42 +02:00
2020-08-16 16:44:09 +02:00
2020-08-16 16:44:09 +02:00
2020-12-21 00:09:48 +01:00
2020-06-15 17:56:00 +02:00
2020-09-25 21:18:17 +02:00
2020-12-08 23:36:19 +01:00
2020-12-08 23:36:19 +01:00
2020-12-08 23:36:19 +01:00