I have Eclipse installed on three Windows 7 systems, and one Linux machine. I got this in my code:
#include <string>
using std::to_string();
All except one system with Win7 has to_string() not resolved/declared. I have tried following suggestions from many pages including:
Turn off eclipse errors (that arent really errors)
None works. Even copying the entire eclipse folder does not help. I cant believe how they let this error persist. Any idea to fix this would be appreciated.