当我使用std::ifstream时,我需要手动调用close()吗?例如,在代码中:我需要手动调用file.close()吗?ifstream不应该使用RAII来关闭文件吗?