| 60 | |
| 61 | struct ConvertibleFromAnything { |
| 62 | ConvertibleFromAnything() = default; |
| 63 | template <class T> |
| 64 | // NOLINTNEXTLINE(bugprone-forwarding-reference-overload,google-explicit-constructor) |
| 65 | ConvertibleFromAnything(T &&) {} |
nothing calls this directly
no outgoing calls
no test coverage detected