$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [interprocess]Request to support wchar_t* file name on Windows
From: åæé³ (wing.fire_at_[hidden])
Date: 2018-05-15 07:45:13
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