User forums > Using Code::Blocks
Code completion don't work perfectly in the latest version?
oBFusCATed:
Please use code tags, next time and also have you tried to use "using namespace" or "std::" with the special "using blabla" directives?
c2q1989:
Thanks for your help! ;) The problem has been solved by using namespace.
But I still hope that C::B could fully support "using std::blabla".
oBFusCATed:
--- Quote from: c2q1989 on February 20, 2013, 07:15:03 am --- But I still hope that C::B could fully support "using std::blabla".
--- End quote ---
Me, too.
ollydbg: Can you look at this problem?
ollydbg:
--- Quote from: oBFusCATed on February 20, 2013, 09:50:29 am ---
--- Quote from: c2q1989 on February 20, 2013, 07:15:03 am --- But I still hope that C::B could fully support "using std::blabla".
--- End quote ---
Me, too.
ollydbg: Can you look at this problem?
--- End quote ---
It is a problem, should take time to solve, all those kind of c++ template related bug are hard to solve.
I mainly focus on other important parts of CC, e.g. code-completion testing frame work. :)
oBFusCATed:
I don't think it is template related bug, but namespace related and currently we handle namespaces pretty bad.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version