Qt Creator code completion and std::tuple
-
Hi guys, I have a litter question:
Why Qt Creator's code completion doesn't work with some classes from the std library?
one example is the std::tuple class (I think that we'll be grate if Qt give us a QTuple class)... I need to use the std::tuple and the code completion doesn't recognise this class.. neither std::make_tuple() function... so, Is it a bug or I must do something ??
About std::tuple... Have Qt something similar to std::tuple ??
regards
-
Hi @freddy311082 ,
Try using the Clang code model. See the last post at https://forum.qt.io/topic/53133/qt-creator-syntax-checking-c-14/4
(Note: this code model is not fully polished yet, and is slower than the current Qt Creator code model)
-
Hi and thank for answer.. yea, this is the problem... clang code model work very low
Regards