Boost logo

Boost-Commit :

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;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk