func()
{
string nullptr;
}
Change the nullptr variable to another another name as below
func()
{
string nullptr123;
}
Then it resolves the issue.
{
string nullptr;
}
Change the nullptr variable to another another name as below
func()
{
string nullptr123;
}
Then it resolves the issue.
No comments:
Post a Comment