Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » CDT » How to enable code completion for tuple
How to enable code completion for tuple [message #997338] Sun, 06 January 2013 08:45
Roger Gilliar is currently offline Roger Gilliar
Messages: 21
Registered: March 2010
Junior 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 May 23 12:48:54 EDT 2013

Powered by FUDForum. Page generated in 0.01739 seconds