Re: smart pointers

2022-05-17 Thread Nicolas Fella
On 17/05/2022 14:34, Xaver Hugl wrote: Hello, I noticed that in KWin we use a lot of smart pointers and we mix Qt and C++ standard library ones quite a lot. Judging by a few searches in frameworks repositories, it's a similar mix there. I'd like to propose that going forward

smart pointers

2022-05-17 Thread Xaver Hugl
Hello, I noticed that in KWin we use a lot of smart pointers and we mix Qt and C++ standard library ones quite a lot. Judging by a few searches in frameworks repositories, it's a similar mix there. I'd like to propose that going forwards we use C++ standard library smart pointers in ne