Lioncash 8cd3d9be26 common/file_util: Make IOFile's WriteString take a std::string_view
We don't need to force the usage of a std::string here, and can instead
use a std::string_view, which allows writing out other forms of strings
(e.g. C-style strings) without any unnecessary heap allocations.
2019-05-23 13:35:31 -04:00
..
2018-11-21 03:43:41 -05:00
2019-02-06 22:20:57 -03:00
2018-10-02 16:04:10 +02:00
2019-02-06 22:20:57 -03:00