| 1042 | |
| 1043 | template <class T> |
| 1044 | void addMutation(T& target, Version version, MutationRef const& mutation) { |
| 1045 | target.addMutation(version, mutation); |
| 1046 | } |
| 1047 | |
| 1048 | template <class T> |
| 1049 | void addMutation(Reference<T>& target, Version version, MutationRef const& mutation) { |