| 266 | }; |
| 267 | |
| 268 | ~template_1d_array() |
| 269 | { |
| 270 | if(m_Vec) |
| 271 | { |
| 272 | if( Aligned ) |
| 273 | ap::afree(m_Vec); |
| 274 | else |
| 275 | delete[] m_Vec; |
| 276 | } |
| 277 | }; |
| 278 | |
| 279 | template_1d_array(const template_1d_array &rhs) |
| 280 | { |
nothing calls this directly
no outgoing calls
no test coverage detected