Closed p1erce2023 closed 6 years ago
Seems like code mio::shared_mmap_source mmap("file.txt", 0, mio::map_entire_file); can not compile..
mio::shared_mmap_source mmap("file.txt", 0, mio::map_entire_file);
@GxvgiuU Wow, this was really sloppy of me. Thanks a lot for the fix!
Seems like code
mio::shared_mmap_source mmap("file.txt", 0, mio::map_entire_file);
can not compile..