mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-19 10:40:15 +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.