Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 21:52 Go to next message
R G is currently offline R GFriend
Messages: 5
Registered: June 2013
Junior Member
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 07:25 Go to previous message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
see http://wiki.eclipse.org/CDT/User/FAQ#CDT_does_not_recognize_C.2B.2B11_features

Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Previous Topic:Live Watch in Debugging?
Next Topic:Table column pack API not working in expression view
Goto Forum:
  


Current Time: Thu Apr 18 18:11:05 GMT 2024

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

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

Back to the top