Hi Petr,
I agree with you that zero-filling the array in the FixedSizeArray ctor is superflous. If someone violates the precondition we guarantee that the size is valid but will not guarantee that all the byes will be properly initialized.
Overloading the operators is real nice! We could use FixedSizeArrays in QMaps for example.
The docs are great too! Just did a few minor corrections. In the tests I replaced empty array with null array and removed the \note which now seems to be superfluous.
Merged in rev 122 of the official branch.
Regards,
Peter
