lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lilypond-auto] Issue 3201 in lilypond: Patch: Don't initialize dim_


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3201 in lilypond: Patch: Don't initialize dim_cache_ array via constructor syntax
Date: Wed, 27 Feb 2013 18:19:32 +0000

Updates:
        Status: Fixed
        Labels: -Type-Enhancement -Patch-push Type-Maintainability Fixed_2_17_14

Comment #15 on issue 3201 by address@hidden: Patch: Don't initialize dim_cache_ array via constructor syntax
http://code.google.com/p/lilypond/issues/detail?id=3201

Pushed to staging as
commit 22581154dd1af254e4b9113e04b620d6e7c99296
Author: David Kastrup <address@hidden>
Date:   Sat Feb 23 09:56:06 2013 +0100

    Issue 3201: Don't initialize dim_cache_ array via constructor syntax

    This is not valid C++ and not even a documented GCC extension.  It is
    probabably an oversight that GCC appears to be able to interpret this
    in some manner.

    Also creates a custom copy constructor for Dimension_cache for the
    sole purpose of being able to initialize a Dimension_cache array
    element-wise from a Dimension_cache array in the copy constructor of
    Grob.  C++ clearly is lacking in some departments.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

[Prev in Thread] Current Thread [Next in Thread]