Opened 9 years ago

Last modified 9 years ago

#9583 new Feature Requests

Support of wide character filenames in boost::interprocess::file_lock

Reported by: jmalo@… Owned by: Ion Gaztañaga
Milestone: To Be Determined Component: interprocess
Version: Boost 1.55.0 Severity: Problem
Keywords: wide characters interprocess Cc:

Description

boost::interprocess::file_lock is unable to handle paths with wide character filenames.

This feature is already commented in the list of future improvements

I attach one patch to add this support for Windows platform (you can use boost::filesystem::c_str() and it will hide if it is char* or wchar_t* for you :))

Attachments (1)

boost_interprocess_file_lock_wchar.patch (3.6 KB ) - added by jmalo@… 9 years ago.
Patch for support of wide character filenames in boost::interprocess::file_lock

Download all attachments as: .zip

Change History (2)

by jmalo@…, 9 years ago

Patch for support of wide character filenames in boost::interprocess::file_lock

comment:1 by jmalo@…, 9 years ago

Component: Noneinterprocess
Owner: set to Ion Gaztañaga
Note: See TracTickets for help on using tickets.