Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » How to enable code completion for tuple
How to enable code completion for tuple [message #997338] Sun, 06 January 2013 13:45
Roger Gilliar is currently offline Roger GilliarFriend
Messages: 40
Registered: March 2010
Member
The project compiles and runs fine but the following line is marked with an error:

typedef std::tuple<int, double, std::string> my_tuple_t;

Code completion for tuple just gives me tuple_element and tuple_size.

Is it possible to get code completion for tuple ?

Regards
Roger

BTW: I'm using Mac OSX 10.8 and Apple clang version 4.1
Previous Topic:#include <thread> not recognized
Next Topic:Can't add a new build configuration
Goto Forum:
  


Current Time: Thu Apr 25 04:57:53 GMT 2024

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

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

Back to the top