Merge in some changes to the unordered tests.

[SVN r42856]
This commit is contained in:
Daniel James
2008-01-18 19:35:55 +00:00
parent 00c2c3bc4c
commit 01df4d9dc2
4 changed files with 28 additions and 18 deletions

View File

@@ -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;
}
}