mirror of
https://github.com/boostorg/unordered.git
synced 2025-10-11 15:05:26 +02:00
Merge in some changes to the unordered tests.
[SVN r42856]
This commit is contained in:
@@ -21,15 +21,9 @@ namespace exception
|
||||
{
|
||||
namespace detail
|
||||
{
|
||||
struct malloc_allocator_holder {
|
||||
template <class T> struct apply {
|
||||
typedef test::malloc_allocator<T> type;
|
||||
};
|
||||
};
|
||||
|
||||
namespace
|
||||
{
|
||||
test::detail::memory_tracker<malloc_allocator_holder> tracker;
|
||||
test::detail::memory_tracker<test::malloc_allocator<int> > tracker;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user