<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jul 19, 2011, at 1:11 PM, David Greene wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Delete all member functions that modify Init state.  This is in<br>preparation for making Inits const everywhere and finally, converting<br>them to FoldingSetNodes.<br></div></blockquote><div><br></div><div>Thanks, David.</div><div><br></div><div>You have a lot of explicit ArrayRef constructor calls. That shouldn't be necessary. You should be getting implicit conversions.</div><div><br></div><div>And please use the new makeArrayRef when that doesn't work.</div><div><br></div><div><blockquote type="cite"><span class="Apple-style-span" style="font-family: monospace; ">+    Init *NewBits[1] = { VI };<br></span></blockquote><br></div><div>This should not be necessary, ArrayRef has a single-element constructor.</div><div><br></div><div>/jakob</div></div></body></html>