diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index b2c3c4d..11904a6 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -898,6 +898,10 @@ public: bool HaveFeatureAvailable(cmTarget const* target, std::string const& lang, const std::string& feature) const; + bool IsLaterStandard(std::string const& lang, + std::string const& lhs, + std::string const& rhs); + void ClearMatches(); void StoreMatches(cmsys::RegularExpression& re); |