15 May
2018
15 May
'18
7:45 a.m.
Hi, I'm using boost.interprocess.file_mapping on Windows, and I need to use it to open files with localized file path, so I want file_mapping can support wchar_t file name on Windows. Does any reason prevent file_mapping to support wchar_t file name? If no, would someone like to add wchar_t supporting for file_mapping? I also created a pull request for this: https://github.com/boostorg/interprocess/pull/28 Thanks, Jackson Sun