From aab47788c038b9fe97243c3bbae49e72b814e419 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sun, 23 Jun 2013 11:18:44 -0700 Subject: gras: PMC and serialization hooks for Tag type --- include/gras/tags.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/gras') diff --git a/include/gras/tags.hpp b/include/gras/tags.hpp index e3c8982..8214d4e 100644 --- a/include/gras/tags.hpp +++ b/include/gras/tags.hpp @@ -40,6 +40,7 @@ struct GRAS_API Tag : boost::less_than_comparable }; GRAS_API bool operator<(const Tag &lhs, const Tag &rhs); +GRAS_API bool operator==(const Tag &lhs, const Tag &rhs); /*! * A stream tag is a commonly used structure -- cgit