RE: [gtkmm] GCC 3.3.1 breaks gtkmm
- From: "B. Bell" <bradleyb u washington edu>
- To: Murray Cumming Comneon com
- Cc: erich schubert mucl de, <chris cvine freeserve co uk>, <gtkmm-list gnome org>, <199102 bugs debian org>
- Subject: RE: [gtkmm] GCC 3.3.1 breaks gtkmm
- Date: Thu, 17 Jul 2003 10:29:58 -0700 (PDT)
On Thu, 17 Jul 2003 Murray Cumming Comneon com wrote:
> > From: Erich Schubert [mailto:erich schubert mucl de]
> > > > > > http://bugzilla.gnome.org/show_bug.cgi?id=117494
> > > Please help me to make sense of this. Are you saying that
> > the "static_cast
> > > chain" problem in gnome bug 117494 already has a solution
> > for debian? If so,
> > > I would like to know what it is.
> >
> > I posted it in the bug report already.
>
> I'm sorry, I don't see anything. Could you give me the URL of the bug that
> you mean?
he replaced
return static_cast<const TreeNodeChildren&>(static_cast<const TreeIter&>(*this));
with
return reinterpret_cast<const TreeNodeChildren&>(*this);
It's the url above (bug 117494)
-brad
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]