Updates:
Status: Fixed
Labels: -Type-Enhancement -Patch-push Type-Maintainability Fixed_2_17_14
Comment #15 on issue 3201 by [email protected]: 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 <[email protected]>
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