mirror of
https://github.com/boostorg/thread.git
synced 2026-02-09 23:42:18 +00:00
merged from trunk
[SVN r47983]
This commit is contained in:
@@ -272,6 +272,16 @@ struct dummy_mutex
|
||||
}
|
||||
};
|
||||
|
||||
namespace boost
|
||||
{
|
||||
template<>
|
||||
struct is_mutex_type<dummy_mutex>
|
||||
{
|
||||
BOOST_STATIC_CONSTANT(bool, value = true);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
||||
void test_lock_five_in_range()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user