fs/io/TextFile: add noexcept
This commit is contained in:
@@ -40,7 +40,7 @@ TextFile::TextFile(Path path_fs)
|
||||
{
|
||||
}
|
||||
|
||||
TextFile::~TextFile() = default;
|
||||
TextFile::~TextFile() noexcept = default;
|
||||
|
||||
char *
|
||||
TextFile::ReadLine()
|
||||
|
||||
Reference in New Issue
Block a user