| 42 | |
| 43 | template<typename B, typename R> |
| 44 | Decoder_RSC_DB_BCJR<B, R>* |
| 45 | Decoder_RSC_DB_BCJR<B, R>::clone() const |
| 46 | { |
| 47 | throw spu::tools::unimplemented_error(__FILE__, __LINE__, __func__); |
| 48 | } |
| 49 | |
| 50 | template<typename B, typename R> |
| 51 | void |
nothing calls this directly
no outgoing calls
no test coverage detected