| 58 | template <typename RealType> |
| 59 | template <class Archive> |
| 60 | void weight_counter<RealType>::serialize(Archive& ar, |
| 61 | unsigned /* version */) { |
| 62 | ar& w; |
| 63 | ar& w2; |
| 64 | } |
| 65 | |
| 66 | template <class Archive, typename T, typename A> |
| 67 | void serialize(Archive& ar, array_storage<T, A>& store, |
nothing calls this directly
no test coverage detected