Edit there is also __max, which has to be seen as hotfix.
The problem was, that max and min cannot be used as macro, it conflicted user methods with same name. Maybe we use just a global function instead when max and min are not defined respectively, this should be better than this hotfix now.
Change or extend as you like.
Edit there is also
__max
, which has to be seen as hotfix. The problem was, that max and min cannot be used as macro, it conflicted user methods with same name. Maybe we use just a global function instead when max and min are not defined respectively, this should be better than this hotfix now.