On 12/28/2012 03:36 PM, Glen Mabey wrote:
> Hello,
>
> For some time, I have been working on a QtCore-based class that would be a 
> container class of arbitrary dimensionality.  I did give a presentation on 
> this topic at DevDays-CA:
>
> http://www.qtdeveloperdays.com/northamerica/sites/default/files/presentation_pdf/QNDArray%20at%20Qt%20Developer%20Days.pdf

I see that you've specialized on bools to store one bool per bit. Is 
that wise, considering that it's generally agreed that std::vector<bool> 
doing the same was a mistake? 
http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=98

--
Samuel
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to