On Windows, including mmap.hpp from multiple files fails to compile because of multiple definitions of s_2_ws(), this adds the missing inline. (I ran amalgamate.py but it made a bunch of unrelated changes, so I just manually made the change to the single-header file.)
Hi! :wave:
On Windows, including
mmap.hpp
from multiple files fails to compile because of multiple definitions ofs_2_ws()
, this adds the missinginline
. (I ranamalgamate.py
but it made a bunch of unrelated changes, so I just manually made the change to the single-header file.)