Re: [Development] Notes from "C++17 language and std library features for Qt 6"

2019-11-20 Thread Allan Sandfeld Jensen
On Wednesday, 20 November 2019 20:20:29 CET Kari Oikarinen wrote: > ## Parallel STL algorithms > > We could allow parallel execution tags in our API to let users ask for > use of parallel algorithms. > > But what are the places in Qt API that actually need these? More data > analysis stuff (if

Re: [Development] Notes from "C++17 language and std library features for Qt 6"

2019-11-20 Thread Kari Oikarinen
I managed to mangle copy pasting to the mail, so probably better to read from the wiki page rather than read everything twice in a tricky order. On 20.11.2019 21.20, Kari Oikarinen wrote: > Hi! > > Here are the notes for the C++17 related session held today at QtCS. I > tried my best to capture

[Development] Notes from "C++17 language and std library features for Qt 6"

2019-11-20 Thread Kari Oikarinen
Hi! Here are the notes for the C++17 related session held today at QtCS. I tried my best to capture the discussion, but there might still be a lot of errors. Notes are also in the wiki at https://wiki.qt.io/Qt_Contributor_Summit_2019_-_C%2B%2B17_Features_Notes # Language ## if constexpr #