Merge pull request #252 from k3DW/feature/251

Fix 'invalid argument' to boost::interprocess::shared_memory_object
This commit is contained in:
joaquintides
2024-06-08 11:17:41 +02:00
committed by GitHub

View File

@ -298,6 +298,7 @@ std::string shm_name_sanitize(std::string const& exe_name)
case '\\':
case '-':
case '_':
case '+':
return true;
default: