mirror of
https://github.com/boostorg/unordered.git
synced 2025-11-03 09:11:42 +01: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