| 108 | }; |
| 109 | struct ComplexUniquePtrSerializable { |
| 110 | ComplexUniquePtrSerializable() = default; |
| 111 | ComplexUniquePtrSerializable(::std::mt19937_64& gen) |
| 112 | : s {new SimpleUniquePtrSerializable {gen}} {} |
| 113 |
nothing calls this directly
no outgoing calls
no test coverage detected