Closed Carlos4621 closed 9 months ago
You could add the minmax algorithm but I didn't find something similar to std::pair in the library
Hi @Carlos4621, thanks for your MR.
The min / max are a little special as they're widely used also in the containers library, so I've been putting them in the Compiler.h
that is included almost everywhere.
But now that I look at them they're not const T& as they should be, so maybe you could repurpose your MR to fix them.
A few notes:
Sorry for the confusion, I'm new to contributing projects. Thanks for the recommendations you gave me.
I have added the Min/Max algorithms, as suggested by the library changes