Symbol error when I use boost.unerdered_set in my project [message #1058787] |
Wed, 15 May 2013 06:29 |
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.
|
|
|
Powered by
FUDForum. Page generated in 0.04867 seconds