| 37 | |
| 38 | template<typename B, typename R> |
| 39 | Decoder_RS<B, R>* |
| 40 | Decoder_RS<B, R>::clone() const |
| 41 | { |
| 42 | throw spu::tools::unimplemented_error(__FILE__, __LINE__, __func__); |
| 43 | } |
| 44 | |
| 45 | template<typename B, typename R> |
| 46 | int |
nothing calls this directly
no outgoing calls
no test coverage detected