Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » CDT » Symbol error when I use boost.unerdered_set in my project
Symbol error when I use boost.unerdered_set in my project [message #1058787] Wed, 15 May 2013 02:29
Joseph Cho is currently offline Joseph Cho
Messages: 1
Registered: May 2013
Junior Member
I want to use the container boost.unordered_set in my project.
I have already set the include path, and included the header file <boost/unordered_set.hpp> in my source file, and use the namespace boost;
when I build my project, it tells me "Symbol 'unordered_set' could not be resolved".
and When I type "." I can't get the method from the object of unordered_set.
But it can generate the execution file.

in order to make sure what,s wrong, I new a test project with my Eclipse, in this project I also use boost.unordered_set when I build this project , it can make it successfully without any error message.

I don't know what' wrong with my project. I need some one can give me some help, thanks very much.
Previous Topic:(MAC) Program "g++" not found in PATH
Next Topic:Restart Button
Goto Forum:
  


Current Time: Tue May 28 05:54:45 EDT 2013

Powered by FUDForum. Page generated in 0.01374 seconds