move to read only memory mapped files
This commit is contained in:
@@ -6,4 +6,5 @@
|
||||
#include <string_view>
|
||||
|
||||
std::unique_ptr<File2I> construct_file2_rw_mapped(std::string_view file_path, int64_t file_size = -1);
|
||||
std::unique_ptr<File2I> construct_file2_r_mapped(std::string_view file_path);
|
||||
|
||||
|
Reference in New Issue
Block a user