| 60 | }; |
| 61 | struct ComplexListSerializable { |
| 62 | ComplexListSerializable() = default; |
| 63 | ComplexListSerializable(::std::mt19937_64& gen) : s(gen() % 10, gen) {} |
| 64 | |
| 65 | bool operator==(const ComplexListSerializable& o) const { |
nothing calls this directly
no outgoing calls
no test coverage detected