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:
@@ -92,12 +92,12 @@ int intermodule_singleton_test()
|
||||
|
||||
int main ()
|
||||
{
|
||||
if(0 != intermodule_singleton_test<detail::portable_intermodule_singleton>()){
|
||||
if(0 != intermodule_singleton_test<ipcdetail::portable_intermodule_singleton>()){
|
||||
return 1;
|
||||
}
|
||||
|
||||
#ifdef BOOST_INTERPROCESS_WINDOWS
|
||||
if(0 != intermodule_singleton_test<detail::windows_intermodule_singleton>()){
|
||||
if(0 != intermodule_singleton_test<ipcdetail::windows_intermodule_singleton>()){
|
||||
return 1;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user