| 17 | |
| 18 | template<typename B, typename R> |
| 19 | Decoder_repetition_vote<B, R>* |
| 20 | Decoder_repetition_vote<B, R>::clone() const |
| 21 | { |
| 22 | auto m = new Decoder_repetition_vote(*this); |
| 23 | m->deep_copy(*this); |
| 24 | return m; |
| 25 | } |
| 26 | |
| 27 | template<typename B, typename R> |
| 28 | int |