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-04-06 23:50:48 +02:00
2023-07-02 11:38:36 +02:00
2023-05-10 00:05:38 +02:00
2023-07-01 01:20:47 +02:00
2023-04-06 23:50:48 +02:00
2023-04-06 23:50:48 +02:00
2023-04-06 23:50:48 +02:00
2023-05-10 00:05:38 +02:00
2023-04-05 21:38:28 +02:00
2023-07-02 22:02:31 +02:00
2023-06-19 22:36:46 +02:00
2023-05-10 00:05:38 +02:00
2023-05-15 20:47:17 +02:00
2023-04-06 23:50:48 +02:00
2023-04-06 23:50:48 +02:00
2023-04-06 23:50:48 +02:00