Skip to content
Commit 92b5940f authored by Howard Hinnant's avatar Howard Hinnant
Browse files

Overloaded __pad_and_output on ostreambuf_iterator and in this overload call...

Overloaded __pad_and_output on ostreambuf_iterator and in this overload call sputn instead of dereferencing the iterator which calls sputc.  This is intended to be purely a performance optimization, especially for clients who may have overloaded the virtual function xsputn.

llvm-svn: 164241
parent 2fc4161a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment