[Development] [Announce] Qt 6.6.0 Beta4 released

2023-09-18 Thread List for announcements regarding Qt releases and development via Announce via Development
Hi all! We have released the Qt 6.6.0 Beta4 today. As earlier you can get it via online installer. Src packages are also available in the Qt Account and download.qt.io. Delta to the beta3 attached. Please make sure you report all findings in Jira. Please also make sure all blockers for Qt

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

2023-09-18 Thread Marc Mutz via Development
TL;DR: "a" must not be a name of an existing function in Qt. On 18.09.23 10:15, Ivan Solovev via Development wrote: > Hi, > > > 1. an ADL-able calling convention:   `using std::swap; swap(lhs, rhs);` > > 2. an implementation for built-in types: `std::swap` > > 3. an implementation for

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

2023-09-18 Thread Ivan Solovev via Development
Hi, > 1. an ADL-able calling convention: `using std::swap; swap(lhs, rhs);` > 2. an implementation for built-in types: `std::swap` > 3. an implementation for user-defined types: ADL `swap` > 4. (optionally) a convenience wrapper: `std::ranges::swap()`, `qSwap` One more question here - do we