| 146 | } |
| 147 | |
| 148 | int main() |
| 149 | { |
| 150 | propagtion(); |
| 151 | copy_construction(); |
| 152 | allocator_extended_copy_construction(); |
| 153 | move_construction(); |
| 154 | allocator_extended_move_construction(); |
| 155 | copy_assignment(); |
| 156 | move_assignment(); |
| 157 | } |
| 158 |
nothing calls this directly
no test coverage detected