<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Aug 9, 2013 at 11:00 AM, Benjamin Kramer <span dir="ltr"><<a href="mailto:benny.kra@gmail.com" target="_blank" class="cremed">benny.kra@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The list initializer version mentions the version number twice, I found that really ugly and the version string isn't used at all. I guess we could always call GCCVersion::Parse if we don't care about performance (I don't think this code is hot).</blockquote>
</div><br>We could give it constructors instead of using braced init, and then have: GCCVersion(4, 1, 1) auto-produce a version string... </div><div class="gmail_extra"><br></div><div class="gmail_extra">Meh, I don't *really* care, I just didn't find this solution terribly elegant, but its also not terrible inelegant, so "meh". We can stop wasting time here.</div>
</div>