This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/33734] iconv_t must not be assumed to be a pointer
- From: "paolo at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Oct 2007 10:50:23 -0000
- Subject: [Bug libstdc++/33734] iconv_t must not be assumed to be a pointer
- References: <bug-33734-1068@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from paolo at gcc dot gnu dot org 2007-10-11 10:50 -------
Subject: Bug 33734
Author: paolo
Date: Thu Oct 11 10:50:09 2007
New Revision: 129232
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129232
Log:
2007-10-11 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/33734
* include/ext/codecvt_specializations.h (encoding_state::good,
init, destroy): Use cast notation instead of reinterpret_cast.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/ext/codecvt_specializations.h
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33734