|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r74980 - trunk/libs/intrusive/example
From: igaztanaga_at_[hidden]
Date: 2011-10-16 13:28:45
Author: igaztanaga
Date: 2011-10-16 13:28:44 EDT (Sun, 16 Oct 2011)
New Revision: 74980
URL: http://svn.boost.org/trac/boost/changeset/74980
Log:
Fixed bug in renamed detail namespace
Text files modified:
trunk/libs/intrusive/example/doc_offset_ptr.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/intrusive/example/doc_offset_ptr.cpp
==============================================================================
--- trunk/libs/intrusive/example/doc_offset_ptr.cpp (original)
+++ trunk/libs/intrusive/example/doc_offset_ptr.cpp 2011-10-16 13:28:44 EDT (Sun, 16 Oct 2011)
@@ -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();
}
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk