[Qt-creator] Do smart pointers work in Creator 4.0?

Nikos Chantziaras realnc at gmail.com
Wed Mar 23 19:36:00 CET 2016


On 23/03/16 17:43, Guenter Schwann wrote:
> On Wednesday, March 23, 2016 05:15:58 PM Nikos Chantziaras wrote:
>> I see that Creator 4.0 beta was released. Does someone know if either
>> the built-in or the clang code model now supports auto-completion when
>> dereferencing smart pointers? (std::shared_ptr and std::unique_ptr).
>
> std::shared_ptr and std::unique_ptr do work fine for me with the clang model.
> The model is getting quite slow with lost of templates, includes... But works
> pretty well in general and adds some nice features.

Great to hear! As I've been (slowly) migrating everything to C++11, the 
smart pointer issue has been increasingly becoming a major PITA.




More information about the Qt-creator mailing list