| 440 | |
| 441 | template <typename Allocator> |
| 442 | struct DocumentMove: public ::testing::Test { |
| 443 | }; |
| 444 | |
| 445 | typedef ::testing::Types< CrtAllocator, MemoryPoolAllocator<> > MoveAllocatorTypes; |
| 446 | TYPED_TEST_CASE(DocumentMove, MoveAllocatorTypes); |
nothing calls this directly
no outgoing calls
no test coverage detected