mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-09 15:01:40 +02:00
![]() std::array does not have an initializer list constructor, instead (for some reason) being defined to contain one public array member, allowing it to be directly initialized. Thus the most explicit way to initialize it is with two braces, one for the struct and one for the array. C++ allows the second pair of braces to be omitted, but clang complains about it. |
||
---|---|---|
.. | ||
CheatSearchTab.cpp | ||
CheatSearchTab.h | ||
CheatsWindow.cpp | ||
CheatsWindow.h | ||
CreateCodeDialog.cpp | ||
CreateCodeDialog.h | ||
GeckoCodeDiag.cpp | ||
GeckoCodeDiag.h |