| 27 | |
| 28 | template<typename B, typename R> |
| 29 | Decoder_BCH<B, R>* |
| 30 | Decoder_BCH<B, R>::clone() const |
| 31 | { |
| 32 | throw spu::tools::unimplemented_error(__FILE__, __LINE__, __func__); |
| 33 | } |
| 34 | |
| 35 | template<typename B, typename R> |
| 36 | bool |
nothing calls this directly
no outgoing calls
no test coverage detected