Specialize template DefaultCastRegisterer<std::string>::cast
When type is string and input istringstream contains an empty string, operator>> make method fail return true. This commit overcome this issue by not testing the result.
Please register or sign in to comment