mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 03:17: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 '-':
|
||||||
case '_':
|
case '_':
|
||||||
|
case '+':
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user