0

I prefer Eclipse as IDE, even though I need a plugin to use it for C++. But somehow the CDT plugin marks errors where none are, like this:

Eclipse CDT doesn't know to_string() method

It tells me that the function 'to_string()' could not be resolved, even though make all runs without problems.

I already tried the solutions given in the accepted answer to this question, but with no effect

Community
  • 1
  • 1
s3lph
  • 4,575
  • 4
  • 21
  • 38

1 Answers1

0

Simply rebuild the CDT index. This will remove any wrongly reported errors.

s3lph
  • 4,575
  • 4
  • 21
  • 38