|
From: | Auto mailings of changes to Lily Issues via Testlilyissues-auto |
Subject: | [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5916 Make GET_LISTENER take a pointer arg and deduce its type |
Date: | Tue, 28 Apr 2020 12:03:29 -0000 |
[issues:#5916] Make GET_LISTENER take a pointer arg and deduce its type
Status: Fixed
Labels: Fixed_2_21_2
Created: Fri Apr 17, 2020 11:48 PM UTC by David Kastrup
Last Updated: Sun Apr 26, 2020 02:58 PM UTC
Owner: David Kastrup
Make GET_LISTENER take a pointer arg and deduce its type
Instead of
Context *p; [...] Listener l = p->GET_LISTENER (Context, somecallback);
this now uses
Context *p; [...] Listener l = GET_LISTENER (p, somecallback);
This removes the necessity for providing the somewhat awkward type
argument.
http://codereview.appspot.com/549890043
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.
_______________________________________________ Testlilyissues-auto mailing list address@hidden https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto
[Prev in Thread] | Current Thread | [Next in Thread] |