This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
[RFC] libstdc++/15361, or: remove or fix the SGI extensions in bitset??
- From: Paolo Carlini <pcarlini at suse dot de>
- To: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Mon, 10 May 2004 17:23:43 +0200
- Subject: [RFC] libstdc++/15361, or: remove or fix the SGI extensions in bitset??
Hi,
the PR points out some problems (I'm almost sure the analysis is correct)
in 3.4.0 with the SGI extension bitset::_M_do_find_next.
However, before further studying the technical details of the PR, seems
appropriate deciding whether we really want to /keep/ that extension (and
_M_do_find_first) or not!
What do you think?
Paolo.