powergt

Results 1 comments of powergt

can be solved simply with: ``` if (!quote_unescape.empty() && std::string::npos != src.find(quote_unescape, 0)) //unescape quote { src = replace(src, quote_unescape, trim_quote_str); } ```