forked from OSchip/llvm-project
parent
2e75d8aed0
commit
31707c0edf
|
@ -220,7 +220,7 @@ public:
|
|||
~raw_string_ostream();
|
||||
|
||||
/// str - Flushes the stream contents to the target string and returns
|
||||
/// the strings reference.
|
||||
/// the string's reference.
|
||||
std::string& str() {
|
||||
flush();
|
||||
return OS;
|
||||
|
|
Loading…
Reference in New Issue