Fix formatting

This commit is contained in:
vitaut 2015-05-22 07:22:55 -07:00
parent 78936ad6d7
commit 63572da4e7

View File

@ -1816,7 +1816,9 @@ class BasicWriter {
}
/**
\rst
Returns the content of the output buffer as an `std::string`.
\endrst
*/
std::basic_string<Char> str() const {
return std::basic_string<Char>(&buffer_[0], buffer_.size());