On 2024-02-27 07:14, Luca Fascione wrote:

inline constexpr vsize VPOS (vsize(-1));

OK, but don't repeat the type.

    inline constexpr auto VPOS = vsize (-1);

Personally, I don't like flower's aliases related to vsize,
ssize, and Real -- I'd rather just use standard names --
but I remember that there was some resistance to changing
them the last time I suggested it.
--
Dan

Reply via email to