Files
bsnes/nall/string
invertego 9fbbea23d3 nall: always pass by reference to make_string()
Many specializations of stringify store a reference to the wrapped
value. Therefore, passing arguments to make_string() by value can be
disastrous if the compiler does not perform copy elision and stringify
stores a reference to a variable that goes out of scope when
make_string() returns.

Cherry-picked from ares commit 3d826f5b266027529f0c12211c744a23bbe25a56.
2024-09-05 15:21:21 +10:00
..
2019-07-17 21:11:46 +09:00
2019-07-17 21:11:46 +09:00
2019-07-17 21:11:46 +09:00
2020-02-23 20:23:25 +09:00
2019-04-09 11:16:30 +10:00
2019-07-17 21:11:46 +09:00
2019-07-17 21:11:46 +09:00
2019-08-16 19:44:16 +09:00
2019-07-17 21:11:46 +09:00
2019-07-17 21:11:46 +09:00
2018-08-26 16:49:54 +10:00
2019-07-17 21:11:46 +09:00
2019-07-17 21:11:46 +09:00
2019-07-17 21:11:46 +09:00
2019-01-02 10:52:08 +11:00
2020-02-23 20:23:25 +09:00
2019-07-17 21:11:46 +09:00
2019-09-13 22:15:11 +09:00