From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2024-12-18 15:14:52


On Wed, Dec 18, 2024 at 5:20 AM Janko Dedic <jankodedic2_at_[hidden]> wrote:

> Nobody wants to write `x.max(y)`
>

That'll have to be

    (x.max)(y)

because of the macro in Windows.h

Thanks