mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-16 06:17:54 +03:00
32de7e5150
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.