I am able to compile, and use code that uses some c++11 features as the std::move and std::unique_ptr. However, in the Eclipse CDT the std::move and std::unique_ptr are underlined with a red dash stating: "Functiom move could not be resolved", "Symbol std::unique_ptr" could not be resolved. I inluded the header files < memory > and < utility >
I also added as compiler flag -std=c++11 and added to path and symbols __GNU_EXPERIMENTAL_CXX0X__,
As I said code works correctly with expected behaviour, but just cannot get rid of these annoying red dashed under my code.