mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-17 07:16:24 +01:00
![PixelyIon](/assets/img/avatar_default.png)
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.