| 490 | SourceLineInfo& operator = ( SourceLineInfo&& ) noexcept = default; |
| 491 | |
| 492 | bool empty() const noexcept { return file[0] == '\0'; } |
| 493 | bool operator == ( SourceLineInfo const& other ) const noexcept; |
| 494 | bool operator < ( SourceLineInfo const& other ) const noexcept; |
| 495 |
nothing calls this directly
no outgoing calls
no test coverage detected