llvm-project/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members
Jake Egan 3e87719177 [libc++] Fix initialization of __fill_
`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
2022-03-03 09:28:49 -05:00
..
copyfmt.pass.cpp
fill.pass.cpp
fill_char_type.pass.cpp [libc++] Fix initialization of __fill_ 2022-03-03 09:28:49 -05:00
imbue.pass.cpp
move.pass.cpp
narrow.pass.cpp
rdbuf.pass.cpp
rdbuf_streambuf.pass.cpp
set_rdbuf.pass.cpp
swap.pass.cpp
tie.pass.cpp
tie_ostream.pass.cpp
widen.pass.cpp