Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » C++11 move function
C++11 move function [message #1267263] Sat, 08 March 2014 19:02 Go to next message
Eclipse UserFriend
No matter what I try it stills can not resolve the std::move().

I have tried the following on Kepler:

  • C/C++ Build -> Settings -> Tool Settings -> GCC C++ Compiler -> Miscellaneous -> Other Flags. Put "-std=c++11" at the end
  • C/C++ General -> Paths and Symbols -> Symbols -> GNU C++. Click "Add..." and paste "__GXX_EXPERIMENTAL_CXX0X__" into "Name" and leave "Value" blank.
  • Open project properties. Select the 'C/C++ General' subtree, then Preprocessor Include Paths branch. Select the Providers tab. Then Built-in Compiler Settings provider. (The name of this will be toolchain dependent. My usual option is "CDT GCC Built-in Compiler Settings" ) In the Language Settings Provider box, select the "Workspace Settings" hyperlink.



Please help.

[Updated on: Sun, 09 March 2014 10:36] by Moderator

Report message to a moderator

Re: C++11 move function [message #1267684 is a reply to message #1267263] Sun, 09 March 2014 11:37 Go to previous messageGo to next message
Henry Chan is currently offline Henry ChanFriend
Messages: 19
Registered: October 2009
Junior Member
I have the same problem.
Re: C++11 move function [message #1267775 is a reply to message #1267684] Sun, 09 March 2014 14:57 Go to previous message
Klaus km is currently offline Klaus kmFriend
Messages: 142
Registered: November 2011
Senior Member
probably this bug!?

https://bugs.eclipse.org/bugs/show_bug.cgi?id=386363


BTW: you could vote for a bug, this increases the chance for getting a fix Smile


regards,
Klaus


Previous Topic:Diagnosing failed CDT install into Eclipse Kepler
Next Topic:Odd stack trace in debugger.
Goto Forum:
  


Current Time: Wed Apr 24 15:51:51 GMT 2024

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

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

Back to the top