Class
error
Forward declaration of friend functions and operators
Source from the content-addressed store, hash-verified
| 57 | |
| 58 | // Forward declaration of friend functions and operators |
| 59 | class error; |
| 60 | Ostream& operator<<(Ostream&, const error&); |
| 61 | |
| 62 | |
Tested by
no test coverage detected