Commit Graph

2 Commits

Author SHA1 Message Date
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
blank X f81d977f46
Initial commit 2021-12-02 22:07:37 +07:00