aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/fstream.tcc
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2003-11-04 02:06:59 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2003-11-04 02:06:59 +0000
commite0f05105f70b787fd23b4cb82a4bbfaa56850506 (patch)
treeea00638ac2ab82329d578498bd566193df6fe23e /libstdc++-v3/include/bits/fstream.tcc
parent1b64e33f3f204981ce698221fbc98909f8c878cc (diff)
downloadgcc-e0f05105f70b787fd23b4cb82a4bbfaa56850506.zip
gcc-e0f05105f70b787fd23b4cb82a4bbfaa56850506.tar.gz
gcc-e0f05105f70b787fd23b4cb82a4bbfaa56850506.tar.bz2
locale_facets.h (time_get::_M_extract_name): Add ctype argument.
2003-11-03 Benjamin Kosnik <bkoz@redhat.com> * include/bits/locale_facets.h (time_get::_M_extract_name): Add ctype argument. * include/bits/locale_facets.tcc: Same, use it to allow capitalized names. * include/bits/fstream.tcc: Spacing tweak. * include/bits/istream.tcc: Same. * include/bits/ostream.tcc: Same. From-SVN: r73241
Diffstat (limited to 'libstdc++-v3/include/bits/fstream.tcc')
-rw-r--r--libstdc++-v3/include/bits/fstream.tcc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/fstream.tcc b/libstdc++-v3/include/bits/fstream.tcc
index a93459a..29fe0e8 100644
--- a/libstdc++-v3/include/bits/fstream.tcc
+++ b/libstdc++-v3/include/bits/fstream.tcc
@@ -610,7 +610,6 @@ namespace std
__computed_off += _M_ext_buf + __gptr_off - _M_ext_end;
}
}
-
__ret = _M_seek(__computed_off, __way);
}
_M_last_overflowed = false;