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:
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