mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-16 09:19:30 +00:00
![Le Philousophe](/assets/img/avatar_default.png)
Even if this is a const and Rect is constexpr, this instantiation can't be done at compile time as the parameters of Rect are defined in another translation unit. Using this construct make the compiler emit code at init which is forbidden as per our rules.