mirror of
https://github.com/RGBCube/serenity
synced 2025-05-17 20:05:07 +00:00
![]() Problem: - `typedef`s are read backwards making it confusing. - `using` statements can be used in template aliases. - `using` provides similarity to most other C++ syntax. - C++ core guidelines say to prefer `using` over `typedef`: https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rt-using Solution: - Switch these where appropriate. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
main.cpp |