it means in_file will not represent an opened file. If you try to do in_file.good() it will return false because no file is opened. Any reads/writes you try to do with in_file will also fail.
Nothing will be output to the user, though. If you want an error message printed you have to do that yourself.