summaryrefslogtreecommitdiff
path: root/src/common/microprofile.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-05-23 13:52:40 -0400
committerLioncash <mathew1800@gmail.com>2019-05-23 13:52:43 -0400
commit2b1fcc8a14d93c16ce00e1a9888e3f4f839f18f9 (patch)
tree129596d2ff096166c68af0f39ebf6dda8d7a7ff9 /src/common/microprofile.cpp
parente3b25399868cd074e6b61dda73484f5b969fc3be (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/microprofile.cpp')
0 files changed, 0 insertions, 0 deletions