Overloaded __pad_and_output on ostreambuf_iterator and in this overload call sputn...
authorHoward Hinnant <hhinnant@apple.com>
Wed, 19 Sep 2012 19:14:15 +0000 (19:14 +0000)
committerHoward Hinnant <hhinnant@apple.com>
Wed, 19 Sep 2012 19:14:15 +0000 (19:14 +0000)
commit92b5940fbb49a15715fde80f6dd1221953519c7f
tree4f31235d2d196cfd7d29aa9ff64b4ee5641eabc3
parent2fc4161a84fe70b5af56de022619970ae669c2f9
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
libcxx/include/iterator
libcxx/include/locale