We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0e6a1 commit f4cfaefCopy full SHA for f4cfaef
include/sdsl/ram_filebuf.hpp
@@ -15,7 +15,7 @@ class ram_filebuf : public std::streambuf
15
void pbump64(std::ptrdiff_t);
16
17
public:
18
- ~ram_filebuf() override {}
+ ~ram_filebuf() {}
19
20
ram_filebuf() {}
21
ram_filebuf(std::vector<char>& ram_file);
0 commit comments