| How to enable code completion for tuple [message #997338] |
Sun, 06 January 2013 08:45 |
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
|
|
|
Powered by
FUDForum. Page generated in 0.01739 seconds