mirror of
https://github.com/boostorg/intrusive.git
synced 2025-08-03 14:34:44 +02:00
Fixed bug in renamed detail namespace
[SVN r74980]
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
const char *get_shared_memory_name()
|
||||
{
|
||||
std::stringstream s;
|
||||
s << "process_" << boost::interprocess::detail::get_current_process_id();
|
||||
s << "process_" << boost::interprocess::ipcdetail::get_current_process_id();
|
||||
static std::string str = s.str();
|
||||
return str.c_str();
|
||||
}
|
||||
|
Reference in New Issue
Block a user