Kawe Mazidjatari 87f9420889 Globally reduce the use of auto for function pointer declarations
Find regex pattern:
inline auto ([a-zA-Z0-9_]+) = ([a-zA-Z0-9_]+)\.RCast<([a-zA-Z0-9_:<>*]+) *\(\*\)\(([^)]*)\)>\(\);
Replace regex pattern:
inline $3(*$1)($4);

This commit also removes the unnecessary initialization (which was required to type the auto variables),
and therefore removed 6kb of unnecessary dynamic initialization code.
2023-07-02 23:01:29 +02:00
..
2023-06-27 07:53:08 +02:00
2023-07-02 02:46:58 +02:00
2023-06-17 16:30:10 +02:00
2023-07-02 22:02:31 +02:00
2023-06-24 15:46:56 +02:00
2023-07-02 02:46:58 +02:00
2023-06-27 22:06:47 +02:00
2023-07-02 02:51:12 +02:00
2023-06-25 11:37:52 +02:00
2022-08-14 15:19:03 +02:00
2022-02-22 15:19:32 +01:00
2022-04-16 00:30:46 +02:00
2021-04-13 04:45:22 -07:00
2022-02-22 15:20:08 +01:00