improved coverage of get_allocator memfuns

[SVN r25443]
This commit is contained in:
Joaquín M. López Muñoz 2004-09-28 08:12:41 +00:00
parent 0abcb7af45
commit 554ad57587

View File

@ -27,6 +27,8 @@ void test_copy_assignment()
employee_set es2(es);
employee_set::allocator_type al=es.get_allocator();
al=get<1>(es).get_allocator();
al=get<3>(es).get_allocator();
BOOST_CHECK(es2.empty());