commit | 37591ce8fffb4ebaf96c83223e93c3c6b9b04651 | [log] [tgz] |
---|---|---|
author | Shinichiro Hamaji <[email protected]> | Tue Jun 16 19:36:05 2015 +0900 |
committer | Shinichiro Hamaji <[email protected]> | Thu Jun 18 11:25:43 2015 +0900 |
tree | ed530a6b5650bf2404fc4bcab28b2f07403b47c3 | |
parent | 81b2d0f1635c19303d478bbfee25b5186ffa5600 [diff] [blame] |
[C++] Implement subst and strip
diff --git a/strutil.h b/strutil.h index 7369787..0b84f1e 100644 --- a/strutil.h +++ b/strutil.h
@@ -34,6 +34,7 @@ class WordWriter { public: explicit WordWriter(string* o); + void MaybeAddWhitespace(); void Write(StringPiece s); private: