diff options
author | Josh Blum | 2013-06-23 11:18:44 -0700 |
---|---|---|
committer | Josh Blum | 2013-06-23 11:18:44 -0700 |
commit | aab47788c038b9fe97243c3bbae49e72b814e419 (patch) | |
tree | 770beee081dc2587b8588f7afdb76671987f7f21 /include/gras | |
parent | 1cebdcfb645ca6abefaa5e2d8feac8140e95e5ad (diff) | |
download | sandhi-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.hpp | 1 |
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 |