mirror of
https://github.com/boostorg/intrusive.git
synced 2025-08-03 22:44:43 +02:00
Fixed bug in renamed detail namespace
[SVN r74981]
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
const char *get_shared_memory_name()
|
const char *get_shared_memory_name()
|
||||||
{
|
{
|
||||||
std::stringstream s;
|
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();
|
static std::string str = s.str();
|
||||||
return str.c_str();
|
return str.c_str();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user