[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lilypond-auto] Issue 2954 in lilypond: Patch: Context_mod should no
From: |
lilypond |
Subject: |
Re: [Lilypond-auto] Issue 2954 in lilypond: Patch: Context_mod should not have virtual copy constructor |
Date: |
Mon, 12 Nov 2012 09:11:28 +0000 |
Updates:
Status: Fixed
Labels: -Type-Enhancement -Patch-push Type-Defect Fixed_2_17_7
Comment #5 on issue 2954 by address@hidden: Patch: Context_mod should not have
virtual copy constructor
http://code.google.com/p/lilypond/issues/detail?id=2954
Pushed to staging as
commit 1d147fb186fb3240030995add4226722632cfa14
Author: David Kastrup <address@hidden>
Date: Wed Nov 7 18:29:00 2012 +0100
Issue 2954: Context_mod should not have virtual copy constructor
Without a virtual destructor, this is asking for trouble. It does not
appear that a virtual copy constructor is actually needed for anything
here.