summaryrefslogtreecommitdiff
path: root/Source/cmListFileCache.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-18 21:44:14 +0200
committerStephen Kelly <steveire@gmail.com>2015-05-18 23:55:43 +0200
commite96b5d14f9f3500b2221e9afedfacabb0a56bb4c (patch)
tree242b3a3c35d604973ae7150aef12b775702928ec /Source/cmListFileCache.h
parent7eb0dfa0622afe078c2e131ee1cbad293960b634 (diff)
downloadcmake-e96b5d14f9f3500b2221e9afedfacabb0a56bb4c.tar.gz
cmListFileContext: Implement LessThanComparable.
Move wrapping existing code from cmMakefile, and simplify the implementation there.
Diffstat (limited to 'Source/cmListFileCache.h')
-rw-r--r--Source/cmListFileCache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmListFileCache.h b/Source/cmListFileCache.h
index 544ff1b4e5..da89016943 100644
--- a/Source/cmListFileCache.h
+++ b/Source/cmListFileCache.h
@@ -62,6 +62,7 @@ struct cmListFileContext
};
std::ostream& operator<<(std::ostream&, cmListFileContext const&);
+bool operator<(const cmListFileContext& lhs, const cmListFileContext& rhs);
struct cmListFileFunction: public cmListFileContext
{