mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
* Erased containers now that Boost.Container is accepted
* Changed "detail" namespace to "ipcdetail" due to compilation errors in MSVC compilers and wrong ambiguous resolutions. * Added locking timeout macro to avoid deadlocks [SVN r74084]
This commit is contained in:
@@ -23,7 +23,7 @@ using namespace boost::interprocess;
|
||||
|
||||
inline std::string get_filename()
|
||||
{
|
||||
std::string ret (detail::get_temporary_path());
|
||||
std::string ret (ipcdetail::get_temporary_path());
|
||||
ret += "/";
|
||||
ret += test::get_process_id_name();
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user