All: remove macros MAX, MIN, ABS from macros.h and replace these macros by...
All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code).
Showing
Please register or sign in to comment