| 31 | |
| 32 | template<typename B, typename R> |
| 33 | Decoder_repetition<B, R>* |
| 34 | Decoder_repetition<B, R>::clone() const |
| 35 | { |
| 36 | throw spu::tools::unimplemented_error(__FILE__, __LINE__, __func__); |
| 37 | } |
| 38 | |
| 39 | template<typename B, typename R> |
| 40 | void |
nothing calls this directly
no outgoing calls
no test coverage detected