mirror of
https://github.com/boostorg/multi_index.git
synced 2025-05-11 13:24:04 +00:00
improved coverage of get_allocator memfuns
[SVN r25443]
This commit is contained in:
parent
0abcb7af45
commit
554ad57587
@ -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());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user