<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Nov 24, 2010, at 9:07 AM, Danil Malyshev wrote:</div><div><br></div><div>Hi Danil,</div><div><br></div><div>Thanks for working on this.</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Optima; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; "><font size="2" face="Arial"><span lang="EN-US" style="font-size: 10pt; font-family: Arial; ">1. Adds support for setw() method to the llvm::raw_ostream.</span></font></div></span></blockquote></div><br><div>Please don't do that, though. Part of the idea behind raw_ostream is that it doesn't have any of the overhead from formatting and so on.</div><div><br></div><div>Can you find a way of doing this without increasing the size of the raw_ostream object, and without imposing any overhead on users that don't need it?</div><div><br></div><div>Thanks,</div><div>/jakob</div><div><br></div></body></html>