sdsl
sdsl copied to clipboard
file helper class should be in utils.hpp
the file::read_text function is used throughout the library to read raw text from disk. it should therefore be in the utils:: class/namespace and not in the testutils.hpp file where nobody would expect it ;)
that is a good point. I will move the functionality to utils.