This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: _IO_istream_withassign?
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Pawel Wilk <siefca at segfault dot bankier dot pl>
- Cc: gcc at gcc dot gnu dot org
- Date: 26 Nov 2002 15:29:43 +0100
- Subject: Re: _IO_istream_withassign?
- Organization: Integrable Solutions
- References: <20021126142852.D25948@segfault.bankier.pl>
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