mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
Workaround for shared memory and FreeBsd jails
[SVN r65862]
This commit is contained in:
@@ -46,7 +46,7 @@ class MyThrowingClass
|
||||
};
|
||||
|
||||
|
||||
template < template<class, bool> class IntermoduleType >
|
||||
template < template<class, bool = false> class IntermoduleType >
|
||||
int intermodule_singleton_test()
|
||||
{
|
||||
bool exception_thrown = false;
|
||||
|
||||
Reference in New Issue
Block a user