Skip to content

Use better options instead of __MIN/__MAX where easily possible

In C++ use std::min and std::max, in Objective-C code use MAX and MIN.

Merge request reports

Loading