sdsl icon indicating copy to clipboard operation
sdsl copied to clipboard

file helper class should be in utils.hpp

Open mpetri opened this issue 14 years ago • 1 comments

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 ;)

mpetri avatar Apr 10 '12 07:04 mpetri

that is a good point. I will move the functionality to utils.

simongog avatar Apr 10 '12 10:04 simongog