| 174 | std::vector<std::string> parts; |
| 175 | |
| 176 | Version() {} |
| 177 | Version(const std::string& s); |
| 178 | Version(const char* s) : Version(std::string(s)) {} |
| 179 | operator std::string() const; |
nothing calls this directly
no outgoing calls
no test coverage detected