| 187 | |
| 188 | template <typename T, typename M> |
| 189 | void swap ( |
| 190 | std_allocator<T,M>& a, |
| 191 | std_allocator<T,M>& b |
| 192 | ) { a.swap(b); } |
| 193 | |
| 194 | // ---------------------------------------------------------------------------------------- |
| 195 |
no test coverage detected