1 #ifndef JSON_SPIRIT_ERROR_POSITION
2 #define JSON_SPIRIT_ERROR_POSITION
9 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
24 Error_position(
unsigned int line,
unsigned int column,
const std::string& reason );
46 if(
this == &lhs )
return true;
bool operator==(const Error_position &lhs) const