lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4365 in lilypond: Patch: Add ly_is_smob<T>(S) to c


From: lilypond
Subject: [Lilypond-auto] Issue 4365 in lilypond: Patch: Add ly_is_smob<T>(S) to check if S is a smob of type T.
Date: Sat, 02 May 2015 03:19:58 +0000

Status: Started
Owner: address@hidden
Labels: Type-Enhancement Patch-new

New issue 4365 by address@hidden: Patch: Add ly_is_smob<T>(S) to check if S is a smob of type T.
https://code.google.com/p/lilypond/issues/detail?id=4365

Add ly_is_smob&lt;T&gt;(S) to check if S is a smob of type T.

Hide Smob_base&lt;&gt;::is_smob(S) to prevent the misleading situation of
D::is_smob(S) returning true when S represents an ancestor of D rather
than a D.

Hide Smob_base&lt;&gt;::smob_p() because there doesn't seem to be a need for
it to be public.

http://codereview.appspot.com/236850043

--
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]