vimpunk / mio

Cross-platform C++11 header-only library for memory mapped file IO
MIT License
1.71k stars 157 forks source link

Fix shared_mmap constructor method #24

Closed p1erce2023 closed 6 years ago

p1erce2023 commented 6 years ago

Seems like code mio::shared_mmap_source mmap("file.txt", 0, mio::map_entire_file); can not compile..

vimpunk commented 6 years ago

@GxvgiuU Wow, this was really sloppy of me. Thanks a lot for the fix!