summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/hashtable.hxx.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-02-14 15:55:44 (GMT)
committerBrad King <brad.king@kitware.com>2019-02-14 15:55:44 (GMT)
commitf510aafbfc33d3bfd6ba919a17f608c7bb85cfcf (patch)
treeae241533b7640004f78caae20ab1966946d6de7a /Source/kwsys/hashtable.hxx.in
parente3353a0175fb27bc2967c3df78b8be1c0615b21d (diff)
parenta930de85d88891b2516c60306bb49cc85d38c5a8 (diff)
downloadCMake-f510aafbfc33d3bfd6ba919a17f608c7bb85cfcf.zip
CMake-f510aafbfc33d3bfd6ba919a17f608c7bb85cfcf.tar.gz
CMake-f510aafbfc33d3bfd6ba919a17f608c7bb85cfcf.tar.bz2
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys: KWSys 2019-02-14 (e270ce9f)
Diffstat (limited to 'Source/kwsys/hashtable.hxx.in')
-rw-r--r--Source/kwsys/hashtable.hxx.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/hashtable.hxx.in b/Source/kwsys/hashtable.hxx.in
index fc0d60e..0981c66 100644
--- a/Source/kwsys/hashtable.hxx.in
+++ b/Source/kwsys/hashtable.hxx.in
@@ -73,7 +73,7 @@ struct _Hashtable_node
void public_method_to_quiet_warning_about_all_methods_private();
private:
- void operator=(_Hashtable_node<_Val> const&); // poison node assignment
+ void operator=(_Hashtable_node<_Val> const&) = delete;
};
template <class _Val, class _Key, class _HashFcn, class _ExtractKey,