This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]