X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=flower%2Finclude%2Fiterate.hh;h=9aee1ec550641c7ca1ed0b7f08e0398bf28e5c58;hb=90d3ec050c58d6fa91f668dd6ca1ae8f16df20c3;hp=74e6ff202c7ed09e4051bc7594a3d941a707ccf6;hpb=57d6628b46ba1d7ed7c9c0ca7f579567d1912b0d;p=lilypond.git diff --git a/flower/include/iterate.hh b/flower/include/iterate.hh index 74e6ff202c..9aee1ec550 100644 --- a/flower/include/iterate.hh +++ b/flower/include/iterate.hh @@ -10,13 +10,7 @@ #ifndef ITERATE_HH #define ITERATE_HH -/* - ugh. - jcn: kjoet. - if we wouldn't have had this, things might have been - just a little bit easier to read, imho. - (it does save quite some disk space, though) - */ + #define iterator(set) typeof((set).top()) #define iterator_bot(set) typeof((set).bottom())