min and max functions are not constexpr #244
Labels
⬇️ affects: code (interfaces)
Affects the way end users will interact with the library
📁 kind: enhancement
New feature or request
💪 effort: small
C++'s std::max and std::min have been
constexpr
since C++14. It would be fantastic to have the Au implementations ofmax
andmin
similarlyconstexpr
so they could be used similar to those in the standard library.The text was updated successfully, but these errors were encountered: