| 96 | |
| 97 | struct SimpleUniquePtrSerializable { |
| 98 | SimpleUniquePtrSerializable() = default; |
| 99 | SimpleUniquePtrSerializable(::std::mt19937_64& gen) : s {new int(gen())} {} |
| 100 | |
| 101 | bool operator==(const SimpleUniquePtrSerializable& o) const { |
nothing calls this directly
no outgoing calls
no test coverage detected