Skip to content
Snippets Groups Projects
Commit 0618de49 authored by Hans Goudey's avatar Hans Goudey Committed by Hans Goudey
Browse files

Cleanup: Replace MIN/MAX macros with C++ functions

Use `std::min` and `std::max` instead. Though keep MIN2 and MAX2
just for C code that hasn't been moved to C++ yet.

Pull Request: https://projects.blender.org/blender/blender/pulls/117384
parent c4782359
No related branches found
No related tags found
Loading
Showing
with 92 additions and 75 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment