Comment 1 for bug 1566305

Revision history for this message
Chris Kerr (ckerr-s) wrote :

In general I've noticed that the code uses exclusively C-style memory management rather than taking advantage of RAII and the STL containers. Is there a design reason for this (e.g. maintaining compatibility with old compilers)?