Hi Mathias, On Fri, Jun 27, 2008 at 10:00 AM, Mathias Fröhlich <[EMAIL PROTECTED]> wrote: > On Thursday 26 June 2008 17:16, Robert Osfield wrote: >> I've add Neil into this reply as he's the author of the MixinVector >> and being a boost contributor will probably be able to leverage links >> into the boost community w.r.t portability to MipsPro STL >> compatibilty. > Sorry, the SGI had an other one. That was an ICE on something.
Lots you here. What's a ICE in this context? What problems is left to resolve on SGI/MipsPro? > It is the aCC HP-UX one. > > Mathias, if you have chance could you post to Neil and the rest of us >> the actual compile error produced. > Attached that. > I did not have a chance to look into that very close. > Anyway, having a vector<bool,float> as claimed by the compiler is really > strange here ... The error under HP-UX looks correct. The cast is wrong as now the FloatArray doesn't subclass from std::vector<float> but from MixinVector<float>. I will look into refactoring the code to avoid this. Robert. _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
