diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2002-09-01 20:39:13 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2002-09-01 20:39:13 +0000 |
| commit | ca6500fcd0812d2b2da8a62d52b3613b4cbab12a (patch) | |
| tree | f69812e8f56ae46c848e604412b0729b776c7756 /contrib/libstdc++/include/bits/basic_ios.tcc | |
| parent | bb3c979bf518abbe971bd277250c68a3ec567b59 (diff) | |
Notes
Diffstat (limited to 'contrib/libstdc++/include/bits/basic_ios.tcc')
| -rw-r--r-- | contrib/libstdc++/include/bits/basic_ios.tcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libstdc++/include/bits/basic_ios.tcc b/contrib/libstdc++/include/bits/basic_ios.tcc index 1e345dc211720..a38a95b58a0ff 100644 --- a/contrib/libstdc++/include/bits/basic_ios.tcc +++ b/contrib/libstdc++/include/bits/basic_ios.tcc @@ -156,7 +156,7 @@ namespace std // unformatted input and output with non-required basic_ios // instantiations is possible even without imbuing the expected // ctype<char_type> facet. - _M_fill = 0; + _M_fill = _CharT(); _M_fill_init = false; _M_exception = goodbit; |
