I have the following code:
#include
#include
static boost::thread_specific_ptr _tssThreadNameSptr;
string is in the std namespace. You have the following options:
using namespace std; after the include and enable all the std names: then you can write only string on your program.using std::string after the include to enable std::string: then you can write only string on your program.std::string instead of string