Workaround for shared memory and FreeBsd jails

[SVN r65862]
This commit is contained in:
Ion Gaztañaga
2010-10-09 16:32:08 +00:00
parent 378b8bef44
commit 9a4463e5d6

View File

@@ -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;