This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: polymorphism
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: Tiago Candeias <tcandeia at ualg dot pt>, gcc-help at gcc dot gnu dot org
- Cc: tcandeia at ualg dot pt
- Date: Tue, 03 Jun 2003 15:48:13 -0500
- Subject: Re: polymorphism
Hi Tiago,
>This is a polymorphic problem as described in (STL and OO Don't Easily
Mix) http://www.oonumerics.org/tmpw00/kuehl.html in 2000.
The solution to your problem is also described in the (STL and OO Don't
Easily Mix) http://www.oonumerics.org/tmpw00/kuehl.html article.
I refer you to the articles conclusion, "Although STL algorithms and
containers don't seem to mix at all with polymorphic objects, it is
actually not that bad. "
--Eljay