| 33 | |
| 34 | template<class AllocatorType> |
| 35 | BOOST_CONTAINER_FORCEINLINE void swap_alloc(AllocatorType &l, AllocatorType &r, dtl::true_type) |
| 36 | { boost::adl_move_swap(l, r); } |
| 37 | |
| 38 | template<class AllocatorType> |
| 39 | BOOST_CONTAINER_FORCEINLINE void assign_alloc(AllocatorType &, const AllocatorType &, dtl::false_type) |
no test coverage detected