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

@@ -205,7 +205,7 @@ namespace test
namespace detail
{
namespace {
test::detail::memory_tracker<test::detail::default_allocator_holder> tracker;
test::detail::memory_tracker<std::allocator<int> > tracker;
}
}