commit | a7984ad9b84f94b50454ad7acd20d5dcacdd6b12 | [log] [tgz] |
---|---|---|
author | Shinichiro Hamaji <[email protected]> | Fri Sep 11 16:33:16 2015 +0900 |
committer | Shinichiro Hamaji <[email protected]> | Fri Sep 11 16:33:16 2015 +0900 |
tree | 643f618d175143ec55343b552a50bb64b9d3617c | |
parent | 36b6582e5690f473f8ebbd6e255df92b955c696e [diff] [blame] |
[C++] Correct the implementation of $*
diff --git a/strutil.h b/strutil.h index caeb8de..5938efb 100644 --- a/strutil.h +++ b/strutil.h
@@ -97,6 +97,8 @@ bool Match(StringPiece str) const; + StringPiece Stem(StringPiece str) const; + void AppendSubst(StringPiece str, StringPiece subst, string* out) const; void AppendSubstRef(StringPiece str, StringPiece subst, string* out) const;