Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: quantparis on March 12, 2013, 05:59:07 pm

Title: problem code completion - CB 12.11 - C++11 - this_thread,chrono class
Post by: quantparis on March 12, 2013, 05:59:07 pm
Hello

I have installed CodeBlocks 12.11 on Ubuntu 12.04;

when I want to use std::this_thread the code completion doesn't work and it seems the same thing with chrono

is there someone who gets the same thing?

thank for feedback
Title: Re: problem code completion - CB 12.11 - C++11 - this_thread,chrono class
Post by: grayich on June 15, 2013, 10:44:31 am
the same

ubuntu 12.04
codeblocks 12.11svn8982 with ppa:pasgui/ppa (launchpad.net/~pasgui/+archive/ppa/)

not complements std::

Title: Re: problem code completion - CB 12.11 - C++11 - this_thread,chrono class
Post by: stefanos_ on June 15, 2013, 12:02:09 pm
Out of curiosity, have you enabled the C++11 flag from Project's Build Options?

UPDATE: Indeed, even with flags C++11 and C++0x it's not working even if you reparse the project. I have checked the auto completion settings and _GLIBCXX_VISIBILITY + is set properly. I don't know why is not working; parser issues most probably.