mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
Fix 'invalid argument' to boost::interprocess::shared_memory_object
This commit is contained in:
@ -298,6 +298,7 @@ std::string shm_name_sanitize(std::string const& exe_name)
|
||||
case '\\':
|
||||
case '-':
|
||||
case '_':
|
||||
case '+':
|
||||
return true;
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user