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: | 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)
Change History (2)
by , 9 years ago
| Attachment: | boost_interprocess_file_lock_wchar.patch added |
|---|
comment:1 by , 9 years ago
| Component: | None → interprocess |
|---|---|
| Owner: | set to |
Note:
See TracTickets
for help on using tickets.

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