diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-27 11:44:21 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-27 11:44:21 +0200 |
| commit | 3e866abeee4de737a04719ff8ab6c6bf46bb4d74 (patch) | |
| tree | 4d2b55f42cd6192588e8f0f17952b9c56392ea00 /src/verify.h | |
| parent | 63840023707d73ef80b4e86c52b9c9279eb2e9ac (diff) | |
Sort notes when checking verifications.
So that the lists in the tests don't have to be in the right order.
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h index 08be77c6..372da764 100644 --- a/src/verify.h +++ b/src/verify.h @@ -455,6 +455,7 @@ std::vector<VerificationNote> verify ( std::string note_to_string (dcp::VerificationNote note); bool operator== (dcp::VerificationNote const& a, dcp::VerificationNote const& b); +bool operator< (dcp::VerificationNote const& a, dcp::VerificationNote const& b); std::ostream& operator<<(std::ostream& s, dcp::VerificationNote const& note); |
