This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: _IO_istream_withassign?


Pawel Wilk <siefca@kernel.pl> writes:

| Hi,
| 
| What happened with _IO_istream_withassign in g++ version 3.2 ?

There is no such thing named _IO_istream_withassign in standard C++
and the GNU C++ implementation never had anything like that in
GCC-3.x.  There used to be something like that in the antiquated and
pre-standard library, but you should never have counted on it :-)

-- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]