[Bug libstdc++/24559] Incorrect definition of wcspbrk in cwchar
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Oct 27 18:16:00 GMT 2005
------- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-27 18:16 -------
Confirmed, the issue is in libstdc++.
inline wchar_t*
wcspbrk(wchar_t* __s1, wchar_t* __s2)
{ return wcspbrk(const_cast<const wchar_t*>(__s1), __s2); }
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|c++ |libstdc++
Ever Confirmed|0 |1
Known to fail| |3.0.4 4.1.0 4.0.0 3.4.0
| |3.3.3 3.2.3
Last reconfirmed|0000-00-00 00:00:00 |2005-10-27 18:16:38
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24559
More information about the Gcc-bugs
mailing list