mirror of
https://github.com/Retropex/dolphin.git
synced 2025-08-05 22:44:49 +02:00
![]() Drops prefixed underscores from parameters The C++14 standard states in section 2.10 subsection 3.2: "Each identifier that begins with an underscore is reserved to the implementation for use as a name in the global namespace." It's highly unlikely an implementation will ever use '_inst' as a global identifier, however it's better to just amend the names and alleviate the concern altogether. |
||
---|---|---|
.. | ||
Interpreter_Branch.cpp | ||
Interpreter_FloatingPoint.cpp | ||
Interpreter_FPUtils.h | ||
Interpreter_Integer.cpp | ||
Interpreter_LoadStore.cpp | ||
Interpreter_LoadStorePaired.cpp | ||
Interpreter_Paired.cpp | ||
Interpreter_SystemRegisters.cpp | ||
Interpreter_Tables.cpp | ||
Interpreter_Tables.h | ||
Interpreter.cpp | ||
Interpreter.h |