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
..
2022-07-24 12:59:40 +02:00
2022-04-05 01:13:27 +02:00
2023-05-06 16:23:56 +02:00
2023-01-20 00:28:49 +01:00
2022-10-13 02:22:50 +02:00
2023-06-13 17:43:32 +02:00
2023-01-25 02:26:52 +01:00