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-22 21:46:05 +02:00
2023-05-10 00:05:38 +02:00
2023-06-26 16:50:25 +02:00
2022-10-23 23:47:27 +02:00
2023-01-25 02:26:52 +01:00
2023-01-25 02:26:52 +01:00
2023-01-25 02:26:52 +01:00
2022-04-18 03:35:24 +02:00
2023-01-25 02:26:52 +01:00
2023-06-18 22:16:43 +02:00
2023-02-19 09:43:12 +01:00
2023-01-25 02:26:52 +01:00
2023-01-22 16:48:16 +01:00
2023-01-25 02:26:52 +01:00
2023-06-22 00:33:00 +02:00
2023-04-23 17:05:00 +02:00
2023-05-10 00:05:38 +02:00
2023-06-19 13:53:56 +02:00
2023-04-23 11:35:09 +02:00