Re: [Development] Disavowing the Lakos Rule for Q_ASSERT

2024-09-03 Thread Ville Voutilainen
On Tue, 3 Sept 2024 at 18:36, Marc Mutz via Development wrote: > > On 31.08.24 20:01, Ville Voutilainen wrote: > > On Fri, 30 Aug 2024 at 19:21, Thiago Macieira > > wrote: > >> For the non-simple cases, we may need two macros, one that expands to: > >> > >>noexcept(noexcept(std::string_view{

Re: [Development] Disavowing the Lakos Rule for Q_ASSERT

2024-09-03 Thread Marc Mutz via Development
On 31.08.24 20:01, Ville Voutilainen wrote: > On Fri, 30 Aug 2024 at 19:21, Thiago Macieira > wrote: >> For the non-simple cases, we may need two macros, one that expands to: >> >>noexcept(noexcept(std::string_view{"", 1})) >> >> and the other that expands to the pre() specifier. > > Right.

Re: [Development] Let's drop MSVC 2019 for dev (6.9) (was: 6.9)

2024-09-03 Thread Alex Blasche via Development
-- Alex From: Development on behalf of Thiago Macieira Sent: Saturday, 31 August 2024 17:26 To: development@qt-project.org Subject: Re: [Development] Let's drop MSVC 2019 for dev (6.9) (was: 6.9) On Saturday 3 February 2024 09:08:25 GMT-7 Thiago Ma