Advanced Java Services | Eclipse CDT 8.3.0 und MinGW 4.8.2 Teil 5 |
![]() ![]() ![]() ![]() |
Eclipse erkennt C++11 Features zum Teil nicht:
"Function 'unique_ptr' could not be resolved" "Method 'crbegin' could not be rersolved" "Method 'std::begin' could not be rersolved" usw.
Lösung
Project -> Properties -> C/C++ General -> Path and Symbols -> Tab [Symbols] -> GNU C++ Hier ergänzt man das folgende Symbol und den Wert: Symbol: __cplusplus Wert : 201103L
Siehe auch den vorletzten Eintrag mit der Nummer 1 von Jerk31 auf http://stackoverflow.com/questions/9131763/eclipse-cdt-c11-c0x-support
|
![]() ![]() ![]() ![]() ![]() |