Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » C++11 support when using Intel Compiler?(Eclipse not recognising valid C++11 code in Indigo.)
C++11 support when using Intel Compiler? [message #1063905] Fri, 14 June 2013 17:52 Go to next message
Eclipse UserFriend
Hi,

I have the standard eclipse installed through Ubuntu download centre and then I manually installed CDT- I therefore have Indigo.

I also have the Intel C++ Compiler, v13. I can get code to execute, but the syntax highlighting is not working correctly. I have configured Intel Compiler to recognise C++11 because I can execute my code. However, the following code:

std::chrono::milliseconds dura( 2000 );
std::this_thread::sleep_for( dura );

is highlighted by Eclipse to be a syntax error.

Could someone please give me some dummy instructions how to fix this? All solutions I could find referred to GCC compiler or Eclipse Juno.
Re: C++11 support when using Intel Compiler? [message #1063989 is a reply to message #1063905] Mon, 17 June 2013 03:25 Go to previous message
Eclipse UserFriend
see http://wiki.eclipse.org/CDT/User/FAQ#CDT_does_not_recognize_C.2B.2B11_features
Previous Topic:Live Watch in Debugging?
Next Topic:Table column pack API not working in expression view
Goto Forum:
  


Current Time: Tue Jun 17 22:12:17 EDT 2025

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

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

Back to the top