I'm having some problems to configure eclipse with the boost library. Actually my code compile without problems, but eclipse marks me some errors that the compiler does not.
I've added the path of the boost library in the includes of "paths and symbols" settings, and in fact eclipse recognizes the boost namespace, but I got several errors: for example
vector spanning_tree;
it reports as an invalid template arguments. Does anyone had my same problem?
I'm using the last version of eclipse and OS X as operating system.
Thank you