changeset 30762:1382d6a6e782 stable

explicitly delete octave_base_dld_value operator = (bug #62080) * ov-base.h (octave_base_dld_value::operator=): Tag as delete instead of default.
author John W. Eaton <jwe@octave.org>
date Fri, 18 Feb 2022 22:20:41 -0500
parents fc530ec01070
children 61673150d947 81021f079387
files libinterp/octave-value/ov-base.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/octave-value/ov-base.h	Fri Feb 18 16:06:58 2022 -0500
+++ b/libinterp/octave-value/ov-base.h	Fri Feb 18 22:20:41 2022 -0500
@@ -929,8 +929,6 @@
 
   octave_base_dld_value (const octave_base_dld_value&) = default;
 
-  octave_base_dld_value& operator = (const octave_base_dld_value&) = default;
-
 private:
 
   octave::auto_shlib m_containing_dynamic_library;