Community
Participate
Working Groups
In the following C++ program: #include <time.h> #include <sys/time.h> int main(int argc, char *argv[]) { struct tm tmf; int x = tmf.tm_year; return 0; } Field 'tm_year' could not be resolved
Looks like the same issue as bug 354675 and probably also bug 354673.
Try to increase the indexer's cache size.
Works fine for me with CDT 8.2 (Kepler).
Closing per comment 3. Feel free to reopen if you're still seeing this.