Author Topic: problem code completion - CB 12.11 - C++11 - this_thread,chrono class  (Read 5234 times)

quantparis

  • Guest
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

  • Guest
the same

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

not complements std::


stefanos_

  • Guest
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.
« Last Edit: June 15, 2013, 12:13:36 pm by ToApolytoXaos »