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
the same
ubuntu 12.04
codeblocks 12.11svn8982 with ppa:pasgui/ppa (launchpad.net/~pasgui/+archive/ppa/)
not complements std::
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.