forked from OSchip/llvm-project
3e87719177
`basic_ios` delays initialization of `__fill_` to `widen(' ')` until `fill()` is called. But, `fill(char_type)` is missing this logic, so the fill character does not get initialized to whitespace if `fill(char_type)` is called first. This patch adds this logic to `fill(char_type)`. Reviewed By: #libc, ldionne, Quuxplusone Differential Revision: https://reviews.llvm.org/D120751 |
||
---|---|---|
.. | ||
file.streams | ||
filesystems | ||
input.output.general | ||
iostream.format | ||
iostream.forward | ||
iostream.objects | ||
iostreams.base | ||
iostreams.requirements | ||
stream.buffers | ||
string.streams |