Re: [Development] Do we need VS2019 for Qt 6.6?

2023-01-26 Thread Oliver Wolff via Development
Hey Thiago, On 17/01/2023 23:07, Thiago Macieira wrote: The reason is that it is failing to parse a constant expression. Generally I think that raising the minimal version could be done, but is that reason alone good enough to warrant a minimal version raise for every MSVC Qt user? How seve

Re: [Development] first (was: Re: C++20 @ Qt)

2023-01-26 Thread Marc Mutz via Development
On 24.01.23 17:03, Thiago Macieira wrote: > On Tuesday, 24 January 2023 00:44:37 PST Marc Mutz via Development wrote: >> On 23.01.23 23:57, Thiago Macieira wrote: >>> static_assert(sizeof(std::chrono::milliseconds::rep) == 8); >> >> Why == and not >=? > > I think we'd want to know if that happened

Re: [Development] first (was: Re: C++20 @ Qt)

2023-01-26 Thread Marc Mutz via Development
On 25.01.23 13:33, Alvin Wong via Development wrote: > Not familiar with what Qt already does with std::chrono, but on a first > glance it seems like `std::chrono::duration` will be > better for the purpose, no? No, I think it should be green instead. (iow: you forgot to say "why") -- Marc Mu