| 42 | |
| 43 | template<class AllocatorType> |
| 44 | BOOST_CONTAINER_FORCEINLINE void assign_alloc(AllocatorType &l, const AllocatorType &r, dtl::true_type) |
| 45 | { l = r; } |
| 46 | |
| 47 | template<class AllocatorType> |
| 48 | BOOST_CONTAINER_FORCEINLINE void move_alloc(AllocatorType &, AllocatorType &, dtl::false_type) |