aurora-opensource/au

min and max functions are not constexpr

Closed this issue · 0 comments

C++'s std::max and std::min have been constexpr since C++14. It would be fantastic to have the Au implementations of max and min similarly constexpr so they could be used similar to those in the standard library.