News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

problem code completion - CB 12.11 - C++11 - this_thread,chrono class

Started by quantparis, March 12, 2013, 05:59:07 PM

Previous topic - Next topic

quantparis

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

grayich

the same

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

not complements std::


stefanos_

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.