Comment 0 for bug 621849

Revision history for this message
Monty Taylor (mordred) wrote : Macro "functions" should be c++ template functions

The code is riddled with "functions" implemented in cpp macros. We're using C++ - these should in almost every case be re-done as template functions for type safety.