From 30357ae9428fafbf54b1e65adb34a951e1620775 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Fri, 1 May 2020 06:36:19 +0200 Subject: c++: use modern idioms to make classes non-copyable Reported by Don Macpherson. https://lists.gnu.org/r/bug-bison/2019-05/msg00015.html https://github.com/akimd/bison/issues/36 * data/skeletons/lalr1.cc, data/skeletons/stack.hh, * data/skeletons/variant.hh: Delete the copy-ctor and the copy operator. --- THANKS | 1 + 1 file changed, 1 insertion(+) (limited to 'THANKS') diff --git a/THANKS b/THANKS index 9d49461e..157efc00 100644 --- a/THANKS +++ b/THANKS @@ -57,6 +57,7 @@ Derek M. Jones derek@knosof.co.uk Di-an Jan dianj@freeshell.org Dick Streefland dick.streefland@altium.nl Didier Godefroy dg@ulysium.net +Don Macpherson donmac703@gmail.com Efi Fogel efifogel@gmail.com Enrico Scholz enrico.scholz@informatik.tu-chemnitz.de Eric Blake ebb9@byu.net -- cgit v1.2.1