diff options
author | Brad King <brad.king@kitware.com> | 2020-07-24 11:05:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-07-24 11:05:24 (GMT) |
commit | ead4adad758f012c7dddfc27f3b54dcb886202b8 (patch) | |
tree | 77f94603fdb379906964dfb9c4d117798b9b9e66 /Source/kwsys/Glob.hxx.in | |
parent | 1138907a58402f8004a6c6ff163a30b58239ece7 (diff) | |
parent | 36819d99c141758468308f3a5926e51cb6496901 (diff) | |
download | CMake-ead4adad758f012c7dddfc27f3b54dcb886202b8.zip CMake-ead4adad758f012c7dddfc27f3b54dcb886202b8.tar.gz CMake-ead4adad758f012c7dddfc27f3b54dcb886202b8.tar.bz2 |
Merge branch 'upstream-KWSys' into update-kwsys
# By KWSys Upstream
* upstream-KWSys:
KWSys 2020-07-24 (c3054d90)
Diffstat (limited to 'Source/kwsys/Glob.hxx.in')
-rw-r--r-- | Source/kwsys/Glob.hxx.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/kwsys/Glob.hxx.in b/Source/kwsys/Glob.hxx.in index b5a34d5..e8474e2 100644 --- a/Source/kwsys/Glob.hxx.in +++ b/Source/kwsys/Glob.hxx.in @@ -126,8 +126,8 @@ protected: bool RecurseListDirs; private: - Glob(const Glob&); // Not implemented. - void operator=(const Glob&); // Not implemented. + Glob(const Glob&) = delete; + void operator=(const Glob&) = delete; }; } // namespace @KWSYS_NAMESPACE@ |