From e5885cc8a8a1d6cd2a65d04c56ba86d65317f4a1 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 5 Mar 2012 17:47:12 -0600 Subject: Added annotation_t::operator<() --- src/annotate.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/annotate.h') diff --git a/src/annotate.h b/src/annotate.h index 3c6db8e8..29294e88 100644 --- a/src/annotate.h +++ b/src/annotate.h @@ -79,6 +79,7 @@ struct annotation_t : public supports_flags<>, return price || date || tag; } + bool operator<(const annotation_t& rhs) const; bool operator==(const annotation_t& rhs) const { return (price == rhs.price && date == rhs.date && -- cgit v1.2.3