Matthias Melcher wrote: > The dynamic_cast is fine because it is in a system specific file. We would > just like to avoid "advanced C++" in the main code because some embedded > systems have minimal C++ implementations only (or can highly optimize code if > dynamic casting is disabled).
Oh, I see. I thought that it was old vs. new compilers, but now I see that it's embedded vs. other systems. Thanks for the explanation. Albrecht _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
