<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">+  conv.toString(result, unsigned int(Radix), false, true);<br></blockquote><div><br></div><div>
Is it just me, or is that causing a build break when building with ToT clang (admittedly my clang's not quite ToT, a few days old at best):<br><br><font class="Apple-style-span" face="'courier new', monospace"> llvm/tools/llvm-size/llvm-size.cpp:83:34: error: expected '(' for function-style cast or type construction</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace">  conv.toString(result, unsigned int(Radix), false, true);</font></div><div><font class="Apple-style-span" face="'courier new', monospace">                        ~~~~~~~~ ^</font></div>
</div>