mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-04-14 22:52:26 +03:00
We inconsistently utilized `typeof` and `decltype` all over the codebase, this has now been fixed by uniformly using `decltype` as `typeof` is a GCC extension and not in the C++ standard alongside having the hidden side effect of removing references from the determined type.