Author Topic: Why codeblock does not support STL autocomletion?  (Read 3889 times)

Offline tonystz

  • Single posting newcomer
  • *
  • Posts: 5
Why codeblock does not support STL autocomletion?
« on: April 15, 2014, 04:08:21 am »
I use version 13.12 rev 9501. Could anybody help me?

Offline EnterTheNameHere

  • Multiple posting newcomer
  • *
  • Posts: 19
Re: Why codeblock does not support STL autocomletion?
« Reply #1 on: April 19, 2014, 02:42:02 pm »
Few questions:
Was it working before, or you never saw tokens from std:: namespace?
Which compiler do you use?
Are you using -std=c++11, -std=c++1y, -std=c++0x or you haven't selected which standard to use?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Why codeblock does not support STL autocomletion?
« Reply #2 on: April 21, 2014, 12:07:19 pm »
It supports them, but the parser is not bullet-prof and fails sometimes.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]