diff options
author | Lioncash <mathew1800@gmail.com> | 2019-05-23 13:52:40 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-05-23 13:52:43 -0400 |
commit | 2b1fcc8a14d93c16ce00e1a9888e3f4f839f18f9 (patch) | |
tree | 129596d2ff096166c68af0f39ebf6dda8d7a7ff9 /src/common/lz4_compression.cpp | |
parent | e3b25399868cd074e6b61dda73484f5b969fc3be (diff) |
common/file_util: Make ReadFileToString and WriteStringToFile consistent
Makes the parameter ordering consistent, and also makes the filename
parameter a std::string. A std::string would be constructed anyways with
the previous code, as IOFile's only constructor with a filepath is one
taking a std::string.
We can also make WriteStringToFile's string parameter utilize a
std::string_view for the string, making use of our previous changes to
IOFile.
Diffstat (limited to 'src/common/lz4_compression.cpp')
0 files changed, 0 insertions, 0 deletions