| Summary: | C++0x library support no autocompletion | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | German <germandiago> |
| Component: | cdt-parser | Assignee: | Project Inbox <cdt-editor-inbox> |
| Status: | RESOLVED WONTFIX | QA Contact: | Anton Leherbauer <aleherb+eclipse> |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 7.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
German
if you define __GXX_EXPERIMENTAL_CXX0X__ 1 in paths and symbols, autocompletion works smoothly. Would be nice to add this if you define -std=c++0x In the project properties under 'C/C++ Build - Discovery Options' you can add the command line argument '-std=c++0x'. With that the discovery will detect gcc's configuration for the experimental c++0x support. |