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