C++11 STL code completion and highlighting in QtCreator
-
I have noticed that completion and highlighting do not work on some parts of STL in QtCreator 3.3.0. For example std::unordered map and std::unordered_set are compiled but code completion does not work. Adding
CONFIG += C++11 C++14
to .project does not help.
Is there any way to fix this?
-
Works for me. Which OS and compiler are you on?
-
@Chris-Kawa Ubuntu 14.04 x64, gcc 4.9.2
UPD: if I set clang as code completion tool - everything works, but slow.