2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-10-04 15:19:37 +00:00
Lioncash 5d2987588b Console: Use emplace in registerCommand()
Allows avoiding a redundant initial element. We can also remove the
const from the std::function rvalue to allow a std::move to take effect.

We can also use the std::string_view constructor for std::string to
avoid an unnecessary strlen() call.
2019-10-21 01:03:30 -04:00
..
2019-02-26 19:13:19 -10:00
2019-07-27 15:19:48 -10:00
2019-09-30 21:23:35 -10:00
2019-09-30 21:23:35 -10:00
2019-07-19 18:22:58 -10:00
2019-08-22 01:16:48 -04:00