Skip to content
GitLab
Explore
Sign in
Register
Use better options instead of __MIN/__MAX where easily possible
Code
Review changes
Check out branch
Download
Patches
Plain diff
Marvin Scholz
requested to merge
ePirat/vlc:epirat-min-max-safer
into
master
Apr 11, 2022
Overview
2
Commits
9
Pipelines
3
Changes
10
Expand
In C++ use std::min and std::max, in Objective-C code use
MAX
and
MIN
.
Merge request reports
Loading