Go to file
blank X 57e1498aec
escape_xml now takes in a std::string*
It previously took in a std::string, which means the string is copied and the
string isn't modified in-place nor does the caller get the escaped string,
making the call essentially useless
2021-12-02 22:19:25 +07:00
.gitignore Initial commit 2021-12-02 22:07:37 +07:00
CMakeLists.txt Initial commit 2021-12-02 22:07:37 +07:00
build Initial commit 2021-12-02 22:07:37 +07:00
main.cpp escape_xml now takes in a std::string* 2021-12-02 22:19:25 +07:00