| 357 | |
| 358 | struct OldSerializable { |
| 359 | OldSerializable() = default; |
| 360 | OldSerializable(std::mt19937_64& gen) |
| 361 | : i(gen()), s {::std::to_string(gen())}, v(gen() % 10, gen()) {} |
| 362 |
nothing calls this directly
no outgoing calls
no test coverage detected