[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: clang compiler warnings
From: |
Dan Eble |
Subject: |
Re: clang compiler warnings |
Date: |
Tue, 27 Feb 2024 07:55:23 -0500 |
User-agent: |
Mozilla Thunderbird |
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