Skip to content
GitLab
Explore
Sign in
suyu
src
input_common
input_mapping.cpp
Find file
Blame
History
Permalink
input_common/input_mapping: Remove const from return value
· 8bb39750
Lioncash
authored
Jan 24, 2022
Top-level const on a return by value can inhibit move semantics, and is unnecessary.
8bb39750
Loading