Including "mio/mmap.hpp" in more than one compilation unit
Hi,
I get this linker error if I have #include "mio/mmap.hpp" in more than one cpp file:
error LNK2005: "class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > __cdecl mio::detail::win::s_2_ws(class std::basic_string<char,struct std::char_traits
Any ideas on what I can do to fix? Running x64 build on Win11.
Thanks! Tyson
See https://github.com/mandreyel/mio/pull/71
thanks! nice one liner :)