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:
@@ -53,7 +53,7 @@ int main ()
|
||||
//Define file names
|
||||
//<-
|
||||
#if 1
|
||||
std::string mapped_file(boost::interprocess::detail::get_temporary_path());
|
||||
std::string mapped_file(boost::interprocess::ipcdetail::get_temporary_path());
|
||||
mapped_file += "/"; mapped_file += test::get_process_id_name();
|
||||
const char *MappedFile = mapped_file.c_str();
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user