<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 30, 2015 at 6:26 AM, Sanne Wouda <span dir="ltr"><<a href="mailto:snnw@gruttepier.net" target="_blank">snnw@gruttepier.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><br>
Regarding octal numbers: I believe behaviour is unchanged.  Comparison<br>
between two octal numbers (with or without leading zeroes) should work<br>
as expected.  Exactly which behaviour are you worried about?<br><br></blockquote><div><br></div><div>I suspect that Chandler is concerned about these two case giving different answers:</div><div><br></div><div>    if ( 010 < 9 ) printf ("true"); // will print.</div><div>    if ( <span style="font-size:12.8000001907349px">StringRef("010").compare_</span><span style="font-size:12.8000001907349px">numeric("9") < 0 ) </span>printf ("true"); // will NOT print.</div></div><br></div><div class="gmail_extra">-- Marshall</div><div class="gmail_extra"><br></div></div>