Merge branch 'fix-idiotic-code' into ast-data-type

This commit is contained in:
Alexey Milovidov 2024-07-27 04:19:45 +02:00
commit f90cf73d9b

View File

@ -20,6 +20,7 @@ private:
off_t seek(off_t /*off*/, int /*whence*/) override { return 0; }
off_t getPosition() override { return 0; }
std::optional<size_t> tryGetFileSize() override { return 0; }
size_t getFileOffsetOfBufferEnd() const override { return 0; }
};
}