After researching this on the internet, I've been unable to get the Eclipse indexer to resolve "shared_ptr" from the C++0x additions that come with GCC 4.4.4. I made sure to create my project with the proper includes for Eclipse, so it's definitely looking in the the 4.4.4 include folders.
The program compiles and runs just fine. To access shared_ptr I'm using "#include <memory>".
Any idea what's breaking the indexer?
See Question&Answers more detail:os