| 1250 | ~sparsegroup() { assert(_group == 0); } |
| 1251 | |
| 1252 | void destruct(allocator_type& a) { _free_group(a, _num_alloc()); } |
| 1253 | |
| 1254 | // Many STL algorithms use swap instead of copy constructors |
| 1255 | void swap(sparsegroup& x) |
no outgoing calls
no test coverage detected