| 41 | |
| 42 | template<typename B, typename R> |
| 43 | Decoder_maximum_likelihood_naive<B, R>* |
| 44 | Decoder_maximum_likelihood_naive<B, R>::clone() const |
| 45 | { |
| 46 | auto m = new Decoder_maximum_likelihood_naive(*this); |
| 47 | m->deep_copy(*this); |
| 48 | return m; |
| 49 | } |
| 50 | |
| 51 | template<typename B, typename R> |
| 52 | int |