Code::Blocks Forums

User forums => Help => Topic started by: tonystz on April 15, 2014, 04:08:21 am

Title: Why codeblock does not support STL autocomletion?
Post by: tonystz on April 15, 2014, 04:08:21 am
I use version 13.12 rev 9501. Could anybody help me?
Title: Re: Why codeblock does not support STL autocomletion?
Post by: EnterTheNameHere 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?
Title: Re: Why codeblock does not support STL autocomletion?
Post by: oBFusCATed on April 21, 2014, 12:07:19 pm
It supports them, but the parser is not bullet-prof and fails sometimes.