<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Aug 28, 2015 at 3:02 AM, Alex Rousskov <span dir="ltr"><<a href="mailto:rousskov@measurement-factory.com" target="_blank">rousskov@measurement-factory.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 08/27/2015 03:04 AM, Kinkie wrote:<br>
<br>
>     >     >> + *   zeroth, first, second, onePastLast, fourth<br>
>     >     Please make onePastLast last.<br>
><br>
><br>
>     > I'm trying to highlight the fact that<br>
>     > the dereferencing will only happen on EnumType::first and<br>
>     > EnumType::second. Any suggestion on how to clearly express it is welcome.<br>
><br>
>     1. Replace the current enum values with five color names: white, blue,<br>
>     red, orange, pink.<br>
><br>
>     2. Iterate from blue to orange.<br>
><br>
>     3. Add a do_stuff(v) call comment saying that it will be called with red<br>
>     and blue values only.<br>
<br>
<br>
> Done<br>
<br>
<br>
</span>Not as far as I can see:<br>
<br>
<br>
> + * Typical use:<br>
> + * \code<br>
> + * enum class EnumType {<br>
<span class="">> + *   zeroth, first, second, onePastLast, fourth<br>
</span>> + * };<br></blockquote><div><br></div><div>Aha! Found out what the issue was: I had misunderstood where you wanted this done, and I had done it in the wrong place.<br></div><div>Now fixed in the attached patch (in two parts: Makefile.am and everything else).<br></div><div> </div>Kinkie<br></div></div></div>