summaryrefslogtreecommitdiff
path: root/include/gras
diff options
context:
space:
mode:
authorJosh Blum2013-06-23 11:18:44 -0700
committerJosh Blum2013-06-23 11:18:44 -0700
commitaab47788c038b9fe97243c3bbae49e72b814e419 (patch)
tree770beee081dc2587b8588f7afdb76671987f7f21 /include/gras
parent1cebdcfb645ca6abefaa5e2d8feac8140e95e5ad (diff)
downloadsandhi-aab47788c038b9fe97243c3bbae49e72b814e419.tar.gz
sandhi-aab47788c038b9fe97243c3bbae49e72b814e419.tar.bz2
sandhi-aab47788c038b9fe97243c3bbae49e72b814e419.zip
gras: PMC and serialization hooks for Tag type
Diffstat (limited to 'include/gras')
-rw-r--r--include/gras/tags.hpp1
1 files changed, 1 insertions, 0 deletions
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<Tag>
};
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