User forums > Help

CodeBlocks Method Code completion

<< < (3/3)

NAbdulla:
Is there any nightly build which solves the issue ie: which nightly build works with mingw-w64 6.x.x or later versions and support string object method completion?

NAbdulla:

--- Quote from: oBFusCATed on April 05, 2017, 08:45:10 pm ---What compiler version are you using?
I guess is newer than 5.x and so you're probably using the new c++abi, which uses c++11 features which our parser doesn't support.

I can reproduce the problem when I switch my compiler to GCC 6.3.0.

@ollydbg: Can you try to reproduce this problem?

--- End quote ---

I am facing this issue with latest nightly build and gcc 8.1 mingw32. was it resolved in this version?

stanB:
A quick but ugly fix to this problem is to have an extra namespace in your code ie.


--- Code: ---using namespace std;
using namespace std::__cxx11;

--- End code ---



Navigation

[0] Message Index

[*] Previous page

Go to full version