diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-01-26 14:41:38 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-01-26 14:41:38 +0100 |
| commit | f4f436870f9ce0368d81c504e93b012e3928a851 (patch) | |
| tree | 61ea2ac873997600ca0aeb29669e9fef6f65bfe0 /src/LargeFileStream.hpp | |
| parent | bb914f047b0d96464f3e55234907df4e7c416e97 (diff) | |
- Debug parser (carriage returns)
- Improve test framework
Diffstat (limited to 'src/LargeFileStream.hpp')
| -rw-r--r-- | src/LargeFileStream.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LargeFileStream.hpp b/src/LargeFileStream.hpp index 6ac87e8..b80d8e4 100644 --- a/src/LargeFileStream.hpp +++ b/src/LargeFileStream.hpp @@ -36,7 +36,7 @@ public: /// @brief Allow array like access to the file char operator[](long loc); /// @brief Check if we reach the EOF - bool IsEOF(long loc); + bool IsEOF(); // Various Exceptions struct BackwardRead : public std::exception { |
