lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5336 Expose h


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5336 Expose hidden dynamic_casts in Grob_array and Grob_info
Date: Thu, 07 Jun 2018 15:47:27 -0000

Patch on countdown for June 10th


[issues:#5336] Expose hidden dynamic_casts in Grob_array and Grob_info

Status: Started
Created: Tue Jun 05, 2018 03:03 AM UTC by Dan Eble
Last Updated: Tue Jun 05, 2018 06:33 AM UTC
Owner: Dan Eble

There are methods of Grob_array and Grob_info which are basically dynamic casts with the added cost of a function call.

Item *
Grob_array::item (vsize i)
{
  return dynamic_cast<Item *> (grobs_.at (i));
}

Making this operation more convenient to type is a rather perverse incentive. These methods should probably be abolished.


Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Testlilyissues-auto mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

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