summaryrefslogtreecommitdiffstats
path: root/Source/cmListFileCache.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-18 19:51:42 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-05-18 21:55:44 (GMT)
commit9645cba3bfc4bd583259130fd7e63da0c8bbecca (patch)
tree04f249064af59ccc8bda1872eb3f928599372687 /Source/cmListFileCache.h
parent52a8d19c9b67e5c902155f52fc7d145e091a5e7d (diff)
downloadCMake-9645cba3bfc4bd583259130fd7e63da0c8bbecca.zip
CMake-9645cba3bfc4bd583259130fd7e63da0c8bbecca.tar.gz
CMake-9645cba3bfc4bd583259130fd7e63da0c8bbecca.tar.bz2
cmListFileContext: Implement EqualityComparable.
Diffstat (limited to 'Source/cmListFileCache.h')
-rw-r--r--Source/cmListFileCache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmListFileCache.h b/Source/cmListFileCache.h
index da89016..d7e29d9 100644
--- a/Source/cmListFileCache.h
+++ b/Source/cmListFileCache.h
@@ -63,6 +63,8 @@ struct cmListFileContext
std::ostream& operator<<(std::ostream&, cmListFileContext const&);
bool operator<(const cmListFileContext& lhs, const cmListFileContext& rhs);
+bool operator==(cmListFileContext const& lhs, cmListFileContext const& rhs);
+bool operator!=(cmListFileContext const& lhs, cmListFileContext const& rhs);
struct cmListFileFunction: public cmListFileContext
{