fs/io/TextFile: add noexcept
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
||||
|
||||
TextFile(const TextFile &other) = delete;
|
||||
|
||||
~TextFile();
|
||||
~TextFile() noexcept;
|
||||
|
||||
/**
|
||||
* Reads a line from the input file, and strips trailing
|
||||
|
Reference in New Issue
Block a user