Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | | > Please have a quick look. | | Looks reasonable enough in light of our various discussions about indexing | and template derived classes needing to use 'this' to access base class | members.
Not just reasonalbe, needed for the compile to go through. | One question about the indexing: sometimes you use 'int' and sometimes you | use 'unsigned char'. Shouldn't you be consistent? It is not me :-) And I'll usually let the compiler take care of promotiong to larger types if that is needed, I just want to avoid the 'char' problems. -- Lgb