| 28 | |
| 29 | template<typename B, typename R> |
| 30 | Decoder_repetition_fast<B, R>* |
| 31 | Decoder_repetition_fast<B, R>::clone() const |
| 32 | { |
| 33 | auto m = new Decoder_repetition_fast(*this); |
| 34 | m->deep_copy(*this); |
| 35 | return m; |
| 36 | } |
| 37 | |
| 38 | template<typename B, typename R> |
| 39 | int |