OSDN Git Service

2003-02-11 Paolo Carlini <pcarlini@unitus.it>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Feb 2003 10:43:49 +0000 (10:43 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Feb 2003 10:43:49 +0000 (10:43 +0000)
commitaec2e7404e2ad652ae07bec4ce946028515e4c5a
treeebe902306e4a15ad31f2a8f37a87098265fa8a10
parent5cf25aea09f4ad3b5c1d5a1202e13cca663056c2
2003-02-11  Paolo Carlini  <pcarlini@unitus.it>

PR libstdc++/9320
* include/ext/stdio_filebuf.h
(stdio_filebuf(int, std::ios_base::openmode, bool, int_type),
stdio_filebuf(std::__c_file*, std::ios_base::openmode, int_type)):
Change to take a __size parameter of type size_t, not
of type (template parameter dependent) int_type.
* src/ios.cc (ios_base::Init::_S_ios_create): Change type of
size vars to size_t.
* testsuite/ext/stdio_filebuf.cc: Add.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62691 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/ext/stdio_filebuf.h
libstdc++-v3/src/ios.cc
libstdc++-v3/testsuite/ext/stdio_filebuf.cc [new file with mode: 0644]