mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmListFileContext: Implement LessThanComparable.
Move wrapping existing code from cmMakefile, and simplify the implementation there.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user