Eclipse: Compiles, but CODAN (internal code analyzer) gives errors for functions from C++ 11 <includes>
- 阅读更多 关于 Eclipse: Compiles, but CODAN (internal code analyzer) gives errors for functions from C++ 11
问题 I have the following code in eclipse: I'm running Indigo SR 2, 64bit with CDT Version: 8.0.2.201202111925 Build id: @build@ I have the Java SDK, Android SDK, and C++ CDT. I Believe the problem is only happening with c++ 11 functions: it seems Eclipse's internal code analyzer CODAN is not properly finding the libraries, even though the compiler is (i have the std=C++11 flag on my compilers). I think this topic is related: http://www.eclipse.org/forums/index.php/t/490066/ #include <iostream>