Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    C++11 STL code completion and highlighting in QtCreator

    General and Desktop
    c++11 stl qtcreator
    2
    3
    1968
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      Daylight 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?

      1 Reply Last reply Reply Quote 0
      • Chris Kawa
        Chris Kawa Moderators last edited by

        Works for me. Which OS and compiler are you on?

        D 1 Reply Last reply Reply Quote 0
        • D
          Daylight @Chris Kawa last edited by Daylight

          @Chris-Kawa Ubuntu 14.04 x64, gcc 4.9.2
          UPD: if I set clang as code completion tool - everything works, but slow.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post