Discussion:
[boost] [interprocess] how to use lock_file with Unicode file name?
Frédéric Bron via Boost
2017-06-16 08:04:16 UTC
Permalink
Hi,

I have been using lock_file with ASCII file names without any trouble.
Now I would like to be able to use non ASCII file names. How does it work?
Currently, lock_file uses as input const char *. What about the encoding?

Cheers,

Frédéric

http://www.boost.org/doc/libs/1_64_0/doc/html/boost/interprocess/file_lock.html
http://www.boost.org/doc/libs/1_64_0/doc/html/interprocess/synchronization_mechanisms.html#interprocess.synchronization_mechanisms.file_lock

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/m

Loading...