C++11 STL code completion and highlighting in QtCreator
-
wrote on 11 Mar 2015, 12:12 last edited by
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?
-
Works for me. Which OS and compiler are you on?
wrote on 11 Mar 2015, 15:35 last edited by Daylight 3 Nov 2015, 16:49@Chris-Kawa Ubuntu 14.04 x64, gcc 4.9.2
UPD: if I set clang as code completion tool - everything works, but slow.
1/3