///////////////////////////////////////////////////////////////////////////
| 64 | |
| 65 | //////////////////////////////////////////////////////////////////////////////// |
| 66 | bool Version::is_valid() const { return major >= 0; } |
| 67 | |
| 68 | //////////////////////////////////////////////////////////////////////////////// |
| 69 | bool Version::operator<(const Version& other) const { |
no outgoing calls
no test coverage detected