Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Symbol "unique_ptr" could not be resolved.
Symbol "unique_ptr" could not be resolved. [message #1223217] Sun, 22 December 2013 20:05
Jake Horsfield is currently offline Jake HorsfieldFriend
Messages: 1
Registered: December 2013
Junior Member
So I'm trying to use a unique_ptr from the C++11 standard library and I'm getting the error in the title. I've been searching around for a solution for about one hour now but I have not found a solution.

I've tried adding the "__GXX_EXPERIMENTAL_CXX0X__" symbol and also the "-std=c++0x" flag to the linker and compiler, but it hasn't changed anything.

It's not just the editor that's not recognizing the word, it's giving an error when I compile too.

If anyone could help me out with this, it'd be much appreciated.

Thanks,
Jake.
Previous Topic:Space only not working on CDT
Next Topic:Whitespace removal from indented lines
Goto Forum:
  


Current Time: Fri Apr 26 09:03:19 GMT 2024

Powered by FUDForum. Page generated in 0.03175 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top