G
G
Gleb Igumnov2011-09-19 11:39:26
Eclipse
Gleb Igumnov, 2011-09-19 11:39:26

Eclipse doesn't recognize types from std namespace

I use the MinGW + Eclipse + Qt4 bundle on Win7 OS, the following problem arose:
For some reason, eclipse cannot resolve types from the std namespace, while header files like that are connected normally and compilation proceeds.
In general, it’s not fatal, of course, but it’s pretty annoying when a huge bunch of “errors” are marked in the code that are not.
Maybe someone met and knows how to fix it.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Makari4DM, 2014-09-01
@Makari4DM

Usually it helps to change the settings in: f86570b2d7c24b69bac84351f27c5b33.png
and rebuild the index.
If using c++11: g++.exe ${FLAGS} -std=c++0x -E -P -v -dD "${INPUTS}"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question