diff options
author | Brad King <brad.king@kitware.com> | 2014-05-07 13:13:28 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-05-07 13:13:28 (GMT) |
commit | 139b86b7ed0f361d6b029dd8eba075abecb46244 (patch) | |
tree | ebaa581424bbe0ec2d3dd9682f14884d4b786920 /Source/kwsys/hashtable.hxx.in | |
parent | c010e7cc806d845f1b048bc8c41d2c1326075beb (diff) | |
parent | edad036971133dff7599a9c91c09496785e97eaa (diff) | |
download | CMake-139b86b7ed0f361d6b029dd8eba075abecb46244.zip CMake-139b86b7ed0f361d6b029dd8eba075abecb46244.tar.gz CMake-139b86b7ed0f361d6b029dd8eba075abecb46244.tar.bz2 |
Merge topic 'update-kwsys'
edad0369 Merge branch 'upstream-kwsys' into update-kwsys
397bccba KWSys 2014-05-05 (f3a36760)
Diffstat (limited to 'Source/kwsys/hashtable.hxx.in')
-rw-r--r-- | Source/kwsys/hashtable.hxx.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/kwsys/hashtable.hxx.in b/Source/kwsys/hashtable.hxx.in index 651de82..307f6bc 100644 --- a/Source/kwsys/hashtable.hxx.in +++ b/Source/kwsys/hashtable.hxx.in @@ -310,6 +310,9 @@ struct _Hashtable_node { _Hashtable_node* _M_next; _Val _M_val; + void public_method_to_quiet_warning_about_all_methods_private(); +private: + void operator=(_Hashtable_node<_Val> const&); // poison node assignment }; template <class _Val, class _Key, class _HashFcn, |