$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r65862 - trunk/libs/interprocess/test
From: igaztanaga_at_[hidden]
Date: 2010-10-09 12:32:10
Author: igaztanaga
Date: 2010-10-09 12:32:08 EDT (Sat, 09 Oct 2010)
New Revision: 65862
URL: http://svn.boost.org/trac/boost/changeset/65862
Log:
Workaround for shared memory and FreeBsd jails
Text files modified:
trunk/libs/interprocess/test/intermodule_singleton_test.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/interprocess/test/intermodule_singleton_test.cpp
==============================================================================
--- trunk/libs/interprocess/test/intermodule_singleton_test.cpp (original)
+++ trunk/libs/interprocess/test/intermodule_singleton_test.cpp 2010-10-09 12:32:08 EDT (Sat, 09 Oct 2010)
@@ -46,7 +46,7 @@
};
-template < template<class, bool> class IntermoduleType >
+template < template<class, bool = false> class IntermoduleType >
int intermodule_singleton_test()
{
bool exception_thrown = false;