From f13591ef2b98a9b0158faff458a200861e9ba7cd Mon Sep 17 00:00:00 2001 From: Anthony Williams Date: Mon, 28 Apr 2008 09:00:58 +0000 Subject: [PATCH] Added detail::try_lock_wrapper for use as scoped_try_lock typedefs, to fix issue #1873 [SVN r44838] --- test/Jamfile.v2 | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index ca14dd1..d66fbc3 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -45,5 +45,6 @@ import testing ; [ run spinlock_pool_test.cpp ] [ run sp_accept_owner_test.cpp ] [ run sp_atomic_test.cpp ] + [ run sp_atomic_mt_test.cpp : : : multi /boost/thread//boost_thread ] ; }